Skip to content

Commit

Permalink
Add required metadata for a maven central release.
Browse files Browse the repository at this point in the history
  • Loading branch information
nullterminated committed Dec 10, 2024
1 parent 8e62aa3 commit 09edca9
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 09edca9

Please sign in to comment.