From e2c6d5041fe47c3d76bff5a0f55e13a07dff4518 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Thu, 2 Oct 2014 17:16:44 +0200 Subject: Add LGPL3 license. Copy into jar with changelog during build. --- pom.xml | 719 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 358 insertions(+), 361 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 73849dc..0dcd945 100644 --- a/pom.xml +++ b/pom.xml @@ -1,376 +1,373 @@ - - - 4.0.0 - cristal - cristal-kernel - CRISTAL Kernel - 3.0-SNAPSHOT - CRISTAL is a description-driven software platform originally developed to track the construction of + + 4.0.0 + cristal + cristal-kernel + CRISTAL Kernel + 3.0-SNAPSHOT + 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/docs/${project.artifactId}/${project.version}/ - 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 - HEAD - - - - 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 - - - cccs.web - file:/var/www/docs/${project.artifactId}/${project.version}/ - - - - UTF-8 - - - - xerces - xercesImpl - - - org.codehaus.castor - castor-xml-schema - - - stax - stax - - - - - org.codehaus.castor - castor-xml - - - stax - stax - - - - - org.python - jython - runtime - - - xmlunit - xmlunit - - - xml-apis - xml-apis - - - - - - xerces - xercesImpl - 2.11.0 - - - org.codehaus.castor - castor-xml-schema - 1.3.3 - - - org.python - jython - 2.5.0 - runtime - - - xmlunit - xmlunit - 1.5 - - - org.codehaus.castor - castor-xml - 1.3.3 - - - xml-apis - xml-apis - 1.4.01 - - - - - - - src/main/resources - com/c2kernel/utils/resources - true - - - - - - org.codehaus.mojo - idlj-maven-plugin - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.codehaus.mojo - + idlj-maven-plugin - + [1.1,) - - generate - - - - - false - - - - - - - - - - - - org.codehaus.mojo - idlj-maven-plugin - 1.1 - - - - generate - - - - - idlj - - - - *.idl - - - - common - com.c2kernel - - - entity - com.c2kernel - - - false - - - - - - maven-compiler-plugin - 2.3.2 - - 1.6 - 1.6 - - - - org.codehaus.mojo - build-helper-maven-plugin - 1.7 - - - add-source - generate-sources - - add-source - - - - ${project.build.directory}/generated-sources/idl/ - - - - - - - org.apache.maven.plugins - maven-source-plugin - 2.1.2 - - - attach-sources - verify - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.9.1 - - - org.apache.maven.plugins - maven-release-plugin - 2.4.1 - - - com.mycila - license-maven-plugin - 2.3 - -
HEADER.txt
- - src/main/resources/textFiles/** - bin/** - src/main/resources/boot/allbootitems.txt - - - JAVADOC_STYLE - -
-
-
-
- - - cccs.releases - CCCS Nexus Release Repository - http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases - - true - - - false - - - - cccs.snapshots - CCCS Nexus Snapshot Repository - http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots - - false - - - true - - - - cccs.public - CCCS Nexus Public Repository - http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/public - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.9.1 - - public - - - - + + generate + + + + + false + + + + + + + + + + + + org.codehaus.mojo + idlj-maven-plugin + 1.1 + + + + generate + + + + + idlj + + + + *.idl + + + + common + com.c2kernel + + + entity + com.c2kernel + + + false + + + + + + maven-compiler-plugin + 2.3.2 + + 1.6 + 1.6 + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.7 + + + add-source + generate-sources + + add-source + + + + ${project.build.directory}/generated-sources/idl/ + + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + attach-sources + verify + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + org.apache.maven.plugins + maven-release-plugin + 2.4.1 + + + com.mycila + license-maven-plugin + 2.3 + +
HEADER.txt
+ + src/main/resources/textFiles/** + bin/** + src/main/resources/boot/allbootitems.txt + + + JAVADOC_STYLE + +
+
+
+ + + + cccs.releases + CCCS Nexus Release Repository + http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases + + true + + + false + + + + cccs.snapshots + CCCS Nexus Snapshot Repository + http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots + + false + + + true + + + + cccs.public + CCCS Nexus Public Repository + http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/public + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + public + + + +
-- cgit v1.2.3