summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2013-11-11 16:32:48 +0100
committerAndrew Branson <andrew.branson@cern.ch>2013-11-11 16:32:48 +0100
commit9af9cfabe3a4e2e76f5634b8f9e0cc26f997932f (patch)
treebe8b4d442c069b4de242340df0164a3135ac484a
parent55ec1b23447e50d84b5564f139357804bbbeeb2b (diff)
Version number in site output pathstate
-rw-r--r--pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 0ce3411..645a558 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>