summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pom.xml22
1 files changed, 21 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 82c4be0..f09cba2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>