Skip to content

Commit

Permalink
POM.xml: Add project URL and information about the maintainer and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Dec 10, 2016
1 parent e0668a2 commit 6c44bfe
Showing 1 changed file with 27 additions and 10 deletions.
37 changes: 27 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,42 @@
<packaging>pom</packaging>
<version>2.0-SNAPSHOT</version>
<name>Windows Service Wrapper (WinSW)</name>

<url>https://github.com/kohsuke/winsw/</url>

<properties>
<winsw.version>2.0.3</winsw.version>
</properties>
</properties>

<licenses>
<license>
<name>The MIT license</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>

<developers>
<developer>
<id>oleg_nenashev</id>
<name>Oleg Nenashev</name>
<roles>
<role>Maintainer</role>
</roles>
<url>https://github.com/oleg-nenashev/</url>
</developer>
</developers>

<distributionManagement>
<repository>
<id>maven.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/releases/</url>
</repository>
</distributionManagement>

<ciManagement>
<system>AppVeyor</system>
<url>https://ci.appveyor.com/project/oleg-nenashev/winsw</url>
</ciManagement>

<scm>
<connection>scm:git:ssh://github.com/kohsuke/winsw.git</connection>
Expand Down Expand Up @@ -53,12 +78,4 @@
</plugin>
</plugins>
</build>

<licenses>
<license>
<name>The MIT license</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
</project>

0 comments on commit 6c44bfe

Please sign in to comment.