mirror of https://github.com/winsw/winsw
Added SCM connection configs
parent
9ecb15b70a
commit
9c9ca44100
8
pom.xml
8
pom.xml
|
@ -8,13 +8,19 @@
|
||||||
<version>1.17</version>
|
<version>1.17</version>
|
||||||
<name>Windows service wrapper</name>
|
<name>Windows service wrapper</name>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
<id>maven.jenkins-ci.org</id>
|
<id>maven.jenkins-ci.org</id>
|
||||||
<url>http://maven.jenkins-ci.org:8081/content/repositories/releases</url>
|
<url>http://maven.jenkins-ci.org:8081/content/repositories/releases</url>
|
||||||
</repository>
|
</repository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
|
<scm>
|
||||||
|
<connection>scm:git:ssh://github.com/kohsuke/winsw.git</connection>
|
||||||
|
<developerConnection>scm:git:ssh://git@github.com/kohsuke/winsw.git</developerConnection>
|
||||||
|
<url>https://github.com/kohsuke/winsw</url>
|
||||||
|
</scm>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<!-- fake out maven and install the binary artifact -->
|
<!-- fake out maven and install the binary artifact -->
|
||||||
|
|
Loading…
Reference in New Issue