diff options
| -rw-r--r-- | pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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> |
