summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2013-09-16 10:36:50 +0100
committerAndrew Branson <andrew.branson@cern.ch>2013-09-16 10:36:50 +0100
commitfea578d201feee8bafc65d48e1e70f94cb0f9dc1 (patch)
treeb40f92b9e3ac06cc0ae816f627bf91f04197dd8e
parent1221197f4bd90e029f57e44a08327cf30a8e57e0 (diff)
Release plugin and related project metadata
-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>