mirror of https://github.com/winsw/winsw
Added SCM connection configs
parent
9ecb15b70a
commit
9c9ca44100
6
pom.xml
6
pom.xml
|
@ -15,6 +15,12 @@
|
||||||
</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