mirror of https://github.com/winsw/winsw
POM.xml: Add project URL and information about the maintainer and CI
parent
e0668a2530
commit
6c44bfe28b
33
pom.xml
33
pom.xml
|
@ -5,11 +5,31 @@
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>2.0-SNAPSHOT</version>
|
<version>2.0-SNAPSHOT</version>
|
||||||
<name>Windows Service Wrapper (WinSW)</name>
|
<name>Windows Service Wrapper (WinSW)</name>
|
||||||
|
<url>https://github.com/kohsuke/winsw/</url>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<winsw.version>2.0.3</winsw.version>
|
<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>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
<id>maven.jenkins-ci.org</id>
|
<id>maven.jenkins-ci.org</id>
|
||||||
|
@ -17,6 +37,11 @@
|
||||||
</repository>
|
</repository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
|
<ciManagement>
|
||||||
|
<system>AppVeyor</system>
|
||||||
|
<url>https://ci.appveyor.com/project/oleg-nenashev/winsw</url>
|
||||||
|
</ciManagement>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:git:ssh://github.com/kohsuke/winsw.git</connection>
|
<connection>scm:git:ssh://github.com/kohsuke/winsw.git</connection>
|
||||||
<developerConnection>scm:git:ssh://git@github.com/kohsuke/winsw.git</developerConnection>
|
<developerConnection>scm:git:ssh://git@github.com/kohsuke/winsw.git</developerConnection>
|
||||||
|
@ -53,12 +78,4 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<licenses>
|
|
||||||
<license>
|
|
||||||
<name>The MIT license</name>
|
|
||||||
<url>http://www.opensource.org/licenses/mit-license.php</url>
|
|
||||||
<distribution>repo</distribution>
|
|
||||||
</license>
|
|
||||||
</licenses>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue