POM.xml: Add project URL and information about the maintainer and CI

pull/162/head
Oleg Nenashev 2016-12-10 02:15:34 +01:00
parent e0668a2530
commit 6c44bfe28b
1 changed files with 27 additions and 10 deletions

33
pom.xml
View File

@ -5,11 +5,31 @@
<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>
<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>
@ -17,6 +37,11 @@
</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>
<developerConnection>scm:git:ssh://git@github.com/kohsuke/winsw.git</developerConnection>
@ -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>