mirror of
https://github.com/scratchfoundation/Gestouch.git
synced 2024-11-23 07:47:59 -05:00
Update POM with some useful stuff
This commit is contained in:
parent
b47135949d
commit
040fd34e7f
1 changed files with 18 additions and 0 deletions
18
pom.xml
18
pom.xml
|
@ -14,6 +14,24 @@
|
|||
<flex.sdk.version>4.6.b.23201</flex.sdk.version>
|
||||
</properties>
|
||||
|
||||
<!-- Continuous Integration build hosted by CloudBees -->
|
||||
<ciManagement>
|
||||
<system>jenkins</system>
|
||||
<url>https://fljot.ci.cloudbees.com/job/Gestouch/</url>
|
||||
</ciManagement>
|
||||
|
||||
<issueManagement>
|
||||
<system>github</system>
|
||||
<url>https://github.com/fljot/Gestouch/issues</url>
|
||||
</issueManagement>
|
||||
|
||||
<!-- GitHub Software Configuration Management -->
|
||||
<scm>
|
||||
<url>https://github.com/fljot/Gestouch</url>
|
||||
<connection>scm:git:ssh://git@github.com:fljot/Gestouch.git</connection>
|
||||
<developerConnection>scm:git:ssh://git@github.com:fljot/Gestouch.git</developerConnection>
|
||||
</scm>
|
||||
|
||||
<build>
|
||||
<sourceDirectory>src/</sourceDirectory>
|
||||
|
||||
|
|
Loading…
Reference in a new issue