Skip to content

Commit

Permalink
Define description, licenses, & developers` #11 (comment)
Browse files Browse the repository at this point in the history
Also updating `name`, `url`, & `scm` while I am here.
  • Loading branch information
jglick committed Oct 23, 2022
1 parent 706c0ba commit c88a5d8
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,23 @@
<version>1.14-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>maven-license-plugin Maven Plugin</name>
<url>http://maven.apache.org</url>
<name>License Maven Plugin</name>
<url>https://github.com/cloudbees/maven-license-plugin</url>
<description>Maven plugin to process license information.</description>
<licenses>
<license>
<name>Apache 2.0 License</name>
<url>https://opensource.org/licenses/Apache-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>jglick</id>
<name>Jesse Glick</name>
<email>jglick@cloudbees.com</email>
</developer>
</developers>

<properties>
<maven-plugin-tools.version>3.6.4</maven-plugin-tools.version>
Expand All @@ -20,8 +35,8 @@

<scm>
<connection>scm:git:https://github.com/cloudbees/maven-license-plugin.git</connection>
<developerConnection>scm:git:git@github.com:cloudbees/maven-license-plugin.git</developerConnection>
<url>http://svn.sonatype.org/spice/tags/oss-parent-7/maven-license-plugin</url>
<developerConnection>scm:git:https://github.com/cloudbees/maven-license-plugin.git</developerConnection>
<url>https://github.com/cloudbees/maven-license-plugin</url>
<tag>HEAD</tag>
</scm>

Expand Down

0 comments on commit c88a5d8

Please sign in to comment.