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>
|
||||
<name>Windows service wrapper</name>
|
||||
|
||||
<distributionManagement>
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>maven.jenkins-ci.org</id>
|
||||
<url>http://maven.jenkins-ci.org:8081/content/repositories/releases</url>
|
||||
</repository>
|
||||
</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>
|
||||
<plugins>
|
||||
<!-- fake out maven and install the binary artifact -->
|
||||
|
|
Loading…
Reference in New Issue