diff options
| -rw-r--r-- | pom.xml | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -6,6 +6,21 @@ <version>0.5-SNAPSHOT</version>
<name>cristal-xmldb</name>
<description>CRISTAL Module</description>
+ <issueManagement>
+ <url>http://dev.cccs.uwe.ac.uk/redmine/projects/cristal-xmldb/</url>
+ <system>Redmine</system>
+ </issueManagement>
+
+ <ciManagement>
+ <system>Jenkins</system>
+ <url>http://dev.cccs.uwe.ac.uk:8080/job/cristal-xmldb/</url>
+ </ciManagement>
+
+ <scm>
+ <developerConnection>scm:git:ssh://dev.cccs.uwe.ac.uk/var/git/cristal-xmldb.git</developerConnection>
+ <url>http://dev.cccs.uwe.ac.uk/redmine/projects/cristal-xmldb/repository</url>
+ <tag>HEAD</tag>
+ </scm>
<build>
<resources>
<resource>
@@ -51,6 +66,11 @@ </execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.4.1</version>
+ </plugin>
</plugins>
</build>
<distributionManagement>
@@ -163,4 +183,4 @@ </exclusions>
</dependency>
</dependencies>
-</project>
\ No newline at end of file +</project>
|
