diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-09-18 10:09:21 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-09-18 10:09:21 +0200 |
| commit | c5f4b20bccd2443dd0fb502837d3ba58922e41d4 (patch) | |
| tree | dc2d6f527944ea12fa046478ecb46cb07cfe542d /pom.xml | |
| parent | e85767c28a4a113e69c1ef0cac8ab64903a742f1 (diff) | |
site deployment parameters
Diffstat (limited to 'pom.xml')
| -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> |
