diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-01-24 10:00:40 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-01-24 10:07:57 +0100 |
| commit | a45f8577ad8fed4dffd6c61eeb5cbfd2b1356610 (patch) | |
| tree | e034077be6326a50da4c61cc5787e809fc84ad54 | |
| parent | dc033399c98234b8b757288f47ead95c6019d925 (diff) | |
Automatic maven site generation and deployment by jenkins2.4
| -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> |
