diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-01-16 14:23:30 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-01-16 14:23:30 +0100 |
| commit | 1eb11c1c9dfb40f9bb00964ee1363357d551297e (patch) | |
| tree | 3cb4a8da9050a9f709f5126cd50d58fa1945313c | |
| parent | a98643e081fd83e58940f8f18d92ef72cf430ac6 (diff) | |
POM cleanup
| -rw-r--r-- | pom.xml | 94 |
1 files changed, 49 insertions, 45 deletions
@@ -50,51 +50,55 @@ </plugin>
</plugins>
</build>
+ <issueManagement>
+ <url>http://cristal.cccs.uwe.ac.uk/redmine/projects/cristal-gui/</url>
+ <system>Redmine</system>
+ </issueManagement>
+ <organization>
+ <name>The CRISTAL Consortium</name>
+ <url>http://cristal.cccs.uwe.ac.uk/redmine/projects/cristal</url>
+ </organization>
+ <ciManagement>
+ <system>Jenkins</system>
+ <url>http://cristal.cccs.uwe.ac.uk:8080/job/cristal-gui/</url>
+ </ciManagement>
+ <scm>
+ <developerConnection>scm:git:ssh://cristal.cccs.uwe.ac.uk/var/git/cristal-gui.git</developerConnection>
+ <url>http://cristal.cccs.uwe.ac.uk/redmine/projects/cristal-gui/repository</url>
+ </scm>
<distributionManagement>
- <repository>
- <id>cristal.releases</id>
- <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url>
- </repository>
- <snapshotRepository>
- <id>cristal.snapshots</id>
- <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url>
- </snapshotRepository>
- </distributionManagement>
+ <repository>
+ <id>cristal.releases</id>
+ <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url>
+ </repository>
+ <snapshotRepository>
+ <id>cristal.snapshots</id>
+ <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url>
+ </snapshotRepository>
+ </distributionManagement>
- <repositories>
- <repository>
- <id>cristal.releases</id>
- <name>CRISTAL Nexus Release Repository</name>
- <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>cristal.snapshots</id>
- <name>CRISTAL Nexus Snapshot Repository</name>
- <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- </repositories>
- <issueManagement>
- <system>Redmine</system>
- <url>http://cristal.cccs.uwe.ac.uk/redmine/projects/cristal-gui/</url>
- </issueManagement>
- <ciManagement>
- <system>Jenkins</system>
- <url>http://cristal.cccs.uwe.ac.uk:8080/job/cristal-gui/</url>
- </ciManagement>
- <scm>
- <url>http://cristal.cccs.uwe.ac.uk/redmine/projects/cristal-gui/repository</url>
- <developerConnection>scm:git:ssh://cristal.cccs.uwe.ac.uk/var/git/cristal-gui.git</developerConnection>
- </scm>
+ <repositories>
+ <repository>
+ <id>cristal.releases</id>
+ <name>CRISTAL Nexus Release Repository</name>
+ <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>cristal.snapshots</id>
+ <name>CRISTAL Nexus Snapshot Repository</name>
+ <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
</project>
\ No newline at end of file |
