From 0186c8bc7305e3d78041a17e695efa5118299de5 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Fri, 13 Sep 2013 14:54:25 +0200 Subject: Metadata changes for site generation including Javadoc Release plugin added --- pom.xml | 130 +++++++++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 101 insertions(+), 29 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index a7d3981..f935fef 100644 --- a/pom.xml +++ b/pom.xml @@ -3,12 +3,87 @@ 4.0.0 cristal cristal-kernel - cristal-kernel + CRISTAL Kernel 2.4-SNAPSHOT - CRISTAL kernel + CRISTAL is a description-driven software platform originally developed to track the construction of + the CMS ECAL detector of the LHC at CERN. This is its core library, known as the kernel, which manages + business objects called Items. Items are entirely configured from data, called descriptions, held in other Items. + Every change of a state in an Item is a consequence of an execution of an activity in that Item's lifecycle, + 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. + + http://dev.cccs.uwe.ac.uk/cristal-kernel/ + 2000 + + + + GNU Library or Lesser General Public License (LGPL) + http://www.gnu.org/licenses/lgpl.html + + + + + + Andrew Branson + andrew.branson@cern.ch + UWE CCCS + http://www.cccs.uwe.ac.uk/et/research/cccs + CEO + + + Jetendr Shamdasani + jetendr.shamdasani@cern.ch + UWE CCCS + http://www.cccs.uwe.ac.uk/et/research/cccs + CEO + + + + + http://dev.cccs.uwe.ac.uk/redmine/projects/cristal-kernel/ + Redmine + + + + The CRISTAL Consortium + http://dev.cccs.uwe.ac.uk/redmine/projects/cristal + + + + Jenkins + http://dev.cccs.uwe.ac.uk:8080/job/cristal-kernel/ + + + + scm:git:ssh://dev.cccs.uwe.ac.uk/var/git/cristal-kernel.git + http://dev.cccs.uwe.ac.uk/redmine/projects/cristal-kernel/repository + + + + + User List + cristal-users@cern.ch + cristal-users-subscribe@cern.ch + cristal-users-unsubscribe@cern.ch + https://groups.cern.ch/group/cristal-users/default.aspx + + + + + + cccs.releases + http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases + + + cccs.snapshots + http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots + + + UTF-8 + xerces @@ -56,6 +131,7 @@ xmlunit + @@ -101,6 +177,7 @@ + @@ -226,35 +303,18 @@ + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + org.apache.maven.plugins + maven-release-plugin + 2.4.1 + - - http://dev.cccs.uwe.ac.uk/redmine/projects/cristal-kernel/ - Redmine - - - The CRISTAL Consortium - http://dev.cccs.uwe.ac.uk/redmine/projects/cristal - - - Jenkins - http://dev.cccs.uwe.ac.uk:8080/job/cristal-kernel/ - - - scm:git:ssh://dev.cccs.uwe.ac.uk/var/git/cristal-kernel.git - http://dev.cccs.uwe.ac.uk/redmine/projects/cristal-kernel/repository - - - - cccs.releases - http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases - - - cccs.snapshots - http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots - - - cccs.releases @@ -284,4 +344,16 @@ http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/public + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + public + + + + \ No newline at end of file -- cgit v1.2.3