Added SCM connection configs

pull/106/head
Oleg Nenashev 2015-03-29 13:51:54 +03:00
parent 9ecb15b70a
commit 9c9ca44100
1 changed files with 7 additions and 1 deletions

View File

@ -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 -->