-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add required metadata for a maven central release.
- Loading branch information
1 parent
8e62aa3
commit 09edca9
Showing
1 changed file
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,10 +14,30 @@ | |
which downloads a webobjects installer, explodes it out into a next_root | ||
directory, and then installs the artifacts and a bom to the local maven | ||
repository.</description> | ||
|
||
<!-- FIXME change it to the project's website --> | ||
<url>https://wocommunity.org</url> | ||
|
||
<licenses> | ||
<license> | ||
<name>The Apache License, Version 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
</license> | ||
</licenses> | ||
|
||
<developers> | ||
<developer> | ||
<name>Ramsey Gurley</name> | ||
<email>[email protected]</email> | ||
<organization>WOCommunity</organization> | ||
<organizationUrl>https://github.com/wocommunity/</organizationUrl> | ||
</developer> | ||
</developers> | ||
|
||
<scm> | ||
<connection>scm:git:git://github.com/wocommunity/woinstall-maven-plugin.git</connection> | ||
<developerConnection>scm:git:git://github.com:wocommunity/woinstall-maven-plugin.git</developerConnection> | ||
<url>http://github.com/wocommunity/woinstall-maven-plugin/tree/master</url> | ||
</scm> | ||
|
||
<prerequisites> | ||
<maven>3.6.3</maven> | ||
</prerequisites> | ||
|