diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-09-16 10:36:50 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-09-16 10:36:50 +0100 |
| commit | fea578d201feee8bafc65d48e1e70f94cb0f9dc1 (patch) | |
| tree | b40f92b9e3ac06cc0ae816f627bf91f04197dd8e | |
| parent | 1221197f4bd90e029f57e44a08327cf30a8e57e0 (diff) | |
Release plugin and related project metadata
| -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>
|
