summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 24bcbdc..75c7015 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
meaning that CRISTAL applications are completely traceable, even in their design. It also supports extensive
versioning of Item description data, giving the system a high level of flexibility.
</description>
- <url>http://dev.cccs.uwe.ac.uk/cristal-kernel/</url>
+ <url>http://dev.cccs.uwe.ac.uk/docs/${project.artifactId}/${project.version}/</url>
<inceptionYear>2000</inceptionYear>
<licenses>
@@ -78,6 +78,10 @@
<id>cccs.snapshots</id>
<url>http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url>
</snapshotRepository>
+ <site>
+ <id>cccs.web</id>
+ <url>file:/var/www/docs/${project.artifactId}/${project.version}/</url>
+ </site>
</distributionManagement>
<properties>