diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-09-13 15:28:46 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-09-13 15:28:46 +0100 |
| commit | 2640d2bf94019764cfbcbd2a4adf0b165ac360d8 (patch) | |
| tree | 35de6a5141bcb5717fdb38fdf5c79243b48e241d | |
| parent | 0186c8bc7305e3d78041a17e695efa5118299de5 (diff) | |
[maven-release-plugin] prepare release 2.4
| -rw-r--r-- | pom.xml | 716 |
1 files changed, 358 insertions, 358 deletions
@@ -1,359 +1,359 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>cristal</groupId>
- <artifactId>cristal-kernel</artifactId>
- <name>CRISTAL Kernel</name>
- <version>2.4-SNAPSHOT</version>
- <description>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.
- </description>
- <url>http://dev.cccs.uwe.ac.uk/cristal-kernel/</url>
- <inceptionYear>2000</inceptionYear>
-
- <licenses>
- <license>
- <name>GNU Library or Lesser General Public License (LGPL)</name>
- <url>http://www.gnu.org/licenses/lgpl.html</url>
- </license>
- </licenses>
-
- <developers>
- <developer>
- <name>Andrew Branson</name>
- <email>andrew.branson@cern.ch</email>
- <organization>UWE CCCS</organization>
- <organizationUrl>http://www.cccs.uwe.ac.uk/et/research/cccs</organizationUrl>
- <roles><role>CEO</role></roles>
- </developer>
- <developer>
- <name>Jetendr Shamdasani</name>
- <email>jetendr.shamdasani@cern.ch</email>
- <organization>UWE CCCS</organization>
- <organizationUrl>http://www.cccs.uwe.ac.uk/et/research/cccs</organizationUrl>
- <roles><role>CEO</role></roles>
- </developer>
- </developers>
-
- <issueManagement>
- <url>http://dev.cccs.uwe.ac.uk/redmine/projects/cristal-kernel/</url>
- <system>Redmine</system>
- </issueManagement>
-
- <organization>
- <name>The CRISTAL Consortium</name>
- <url>http://dev.cccs.uwe.ac.uk/redmine/projects/cristal</url>
- </organization>
-
- <ciManagement>
- <system>Jenkins</system>
- <url>http://dev.cccs.uwe.ac.uk:8080/job/cristal-kernel/</url>
- </ciManagement>
-
- <scm>
- <developerConnection>scm:git:ssh://dev.cccs.uwe.ac.uk/var/git/cristal-kernel.git</developerConnection>
- <url>http://dev.cccs.uwe.ac.uk/redmine/projects/cristal-kernel/repository</url>
- </scm>
-
- <mailingLists>
- <mailingList>
- <name>User List</name>
- <post>cristal-users@cern.ch</post>
- <subscribe>cristal-users-subscribe@cern.ch</subscribe>
- <unsubscribe>cristal-users-unsubscribe@cern.ch</unsubscribe>
- <archive>https://groups.cern.ch/group/cristal-users/default.aspx</archive>
- </mailingList>
- </mailingLists>
-
- <distributionManagement>
- <repository>
- <id>cccs.releases</id>
- <url>http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url>
- </repository>
- <snapshotRepository>
- <id>cccs.snapshots</id>
- <url>http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url>
- </snapshotRepository>
- </distributionManagement>
-
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- </properties>
-
- <dependencies>
- <dependency>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- </dependency>
- <dependency>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- </dependency>
- <dependency>
- <groupId>org.codehaus.castor</groupId>
- <artifactId>castor-xml-schema</artifactId>
- <exclusions>
- <exclusion>
- <artifactId>stax</artifactId>
- <groupId>stax</groupId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.codehaus.castor</groupId>
- <artifactId>castor-xml</artifactId>
- <exclusions>
- <exclusion>
- <artifactId>stax</artifactId>
- <groupId>stax</groupId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.python</groupId>
- <artifactId>jython</artifactId>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>tanukisoft</groupId>
- <artifactId>wrapper</artifactId>
- </dependency>
- <dependency>
- <groupId>com.novell.ldap</groupId>
- <artifactId>jldap</artifactId>
- </dependency>
- <dependency>
- <groupId>xmlunit</groupId>
- <artifactId>xmlunit</artifactId>
- </dependency>
- </dependencies>
-
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- <version>2.9.1</version>
- </dependency>
- <dependency>
- <groupId>org.codehaus.castor</groupId>
- <artifactId>castor-xml-schema</artifactId>
- <version>1.3.2</version>
- </dependency>
- <dependency>
- <groupId>org.python</groupId>
- <artifactId>jython</artifactId>
- <version>2.5.0</version>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>tanukisoft</groupId>
- <artifactId>wrapper</artifactId>
- <version>3.2.3</version>
- </dependency>
- <dependency>
- <groupId>com.novell.ldap</groupId>
- <artifactId>jldap</artifactId>
- <version>4.3</version>
- </dependency>
- <dependency>
- <groupId>xmlunit</groupId>
- <artifactId>xmlunit</artifactId>
- <version>1.3</version>
- </dependency>
- <dependency>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- <version>1.3.04</version>
- </dependency>
- <dependency>
- <groupId>org.codehaus.castor</groupId>
- <artifactId>castor-xml</artifactId>
- <version>1.3.2</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
-
- <build>
- <resources>
- <resource>
- <directory>src/main/resources</directory>
- <targetPath>com/c2kernel/utils/resources</targetPath>
- <filtering>true</filtering>
- </resource>
- </resources>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>idlj-maven-plugin</artifactId>
- </plugin>
- <!--This plugin's configuration is used to store Eclipse m2e settings
- only. It has no influence on the Maven build itself. -->
- <plugin>
- <groupId>org.eclipse.m2e</groupId>
- <artifactId>lifecycle-mapping</artifactId>
- <version>1.0.0</version>
- <configuration>
- <lifecycleMappingMetadata>
- <pluginExecutions>
- <pluginExecution>
- <pluginExecutionFilter>
- <groupId>
- org.codehaus.mojo
- </groupId>
- <artifactId>
- idlj-maven-plugin
- </artifactId>
- <versionRange>
- [1.1,)
- </versionRange>
- <goals>
- <goal>generate</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <execute>
- <runOnIncremental>false</runOnIncremental>
- </execute>
- </action>
- </pluginExecution>
- </pluginExecutions>
- </lifecycleMappingMetadata>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>idlj-maven-plugin</artifactId>
- <version>1.1</version>
- <executions>
- <execution>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <compiler>idlj</compiler>
- <sources>
- <source>
- <includes>
- <include>*.idl</include>
- </includes>
- <packagePrefixes>
- <packagePrefix>
- <type>common</type>
- <prefix>com.c2kernel</prefix>
- </packagePrefix>
- <packagePrefix>
- <type>entity</type>
- <prefix>com.c2kernel</prefix>
- </packagePrefix>
- </packagePrefixes>
- <compatible>false</compatible>
- </source>
- </sources>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.3.2</version>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>build-helper-maven-plugin</artifactId>
- <version>1.7</version>
- <executions>
- <execution>
- <id>add-source</id>
- <phase>generate-sources</phase>
- <goals>
- <goal>add-source</goal>
- </goals>
- <configuration>
- <sources>
- <source>${project.build.directory}/generated-sources/idl/</source>
- </sources>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <version>2.1.2</version>
- <executions>
- <execution>
- <id>attach-sources</id>
- <phase>verify</phase>
- <goals>
- <goal>jar-no-fork</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>2.9.1</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.4.1</version>
- </plugin>
- </plugins>
- </build>
- <repositories>
- <repository>
- <id>cccs.releases</id>
- <name>CCCS Nexus Release Repository</name>
- <url>http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>cccs.snapshots</id>
- <name>CCCS Nexus Snapshot Repository</name>
- <url>http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>cccs.public</id>
- <name>CCCS Nexus Public Repository</name>
- <url>http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/public</url>
- </repository>
- </repositories>
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>2.9.1</version>
- <configuration>
- <show>public</show>
- </configuration>
- </plugin>
- </plugins>
- </reporting>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <groupId>cristal</groupId> + <artifactId>cristal-kernel</artifactId> + <name>CRISTAL Kernel</name> + <version>2.4</version> + <description>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. + </description> + <url>http://dev.cccs.uwe.ac.uk/cristal-kernel/</url> + <inceptionYear>2000</inceptionYear> + + <licenses> + <license> + <name>GNU Library or Lesser General Public License (LGPL)</name> + <url>http://www.gnu.org/licenses/lgpl.html</url> + </license> + </licenses> + + <developers> + <developer> + <name>Andrew Branson</name> + <email>andrew.branson@cern.ch</email> + <organization>UWE CCCS</organization> + <organizationUrl>http://www.cccs.uwe.ac.uk/et/research/cccs</organizationUrl> + <roles><role>CEO</role></roles> + </developer> + <developer> + <name>Jetendr Shamdasani</name> + <email>jetendr.shamdasani@cern.ch</email> + <organization>UWE CCCS</organization> + <organizationUrl>http://www.cccs.uwe.ac.uk/et/research/cccs</organizationUrl> + <roles><role>CEO</role></roles> + </developer> + </developers> + + <issueManagement> + <url>http://dev.cccs.uwe.ac.uk/redmine/projects/cristal-kernel/</url> + <system>Redmine</system> + </issueManagement> + + <organization> + <name>The CRISTAL Consortium</name> + <url>http://dev.cccs.uwe.ac.uk/redmine/projects/cristal</url> + </organization> + + <ciManagement> + <system>Jenkins</system> + <url>http://dev.cccs.uwe.ac.uk:8080/job/cristal-kernel/</url> + </ciManagement> + + <scm> + <developerConnection>scm:git:ssh://dev.cccs.uwe.ac.uk/var/git/cristal-kernel.git</developerConnection> + <url>http://dev.cccs.uwe.ac.uk/redmine/projects/cristal-kernel/repository</url> + <tag>2.4</tag> + </scm> + + <mailingLists> + <mailingList> + <name>User List</name> + <post>cristal-users@cern.ch</post> + <subscribe>cristal-users-subscribe@cern.ch</subscribe> + <unsubscribe>cristal-users-unsubscribe@cern.ch</unsubscribe> + <archive>https://groups.cern.ch/group/cristal-users/default.aspx</archive> + </mailingList> + </mailingLists> + + <distributionManagement> + <repository> + <id>cccs.releases</id> + <url>http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url> + </repository> + <snapshotRepository> + <id>cccs.snapshots</id> + <url>http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url> + </snapshotRepository> + </distributionManagement> + + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + </properties> + + <dependencies> + <dependency> + <groupId>xerces</groupId> + <artifactId>xercesImpl</artifactId> + </dependency> + <dependency> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + </dependency> + <dependency> + <groupId>org.codehaus.castor</groupId> + <artifactId>castor-xml-schema</artifactId> + <exclusions> + <exclusion> + <artifactId>stax</artifactId> + <groupId>stax</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.codehaus.castor</groupId> + <artifactId>castor-xml</artifactId> + <exclusions> + <exclusion> + <artifactId>stax</artifactId> + <groupId>stax</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.python</groupId> + <artifactId>jython</artifactId> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>tanukisoft</groupId> + <artifactId>wrapper</artifactId> + </dependency> + <dependency> + <groupId>com.novell.ldap</groupId> + <artifactId>jldap</artifactId> + </dependency> + <dependency> + <groupId>xmlunit</groupId> + <artifactId>xmlunit</artifactId> + </dependency> + </dependencies> + + <dependencyManagement> + <dependencies> + <dependency> + <groupId>xerces</groupId> + <artifactId>xercesImpl</artifactId> + <version>2.9.1</version> + </dependency> + <dependency> + <groupId>org.codehaus.castor</groupId> + <artifactId>castor-xml-schema</artifactId> + <version>1.3.2</version> + </dependency> + <dependency> + <groupId>org.python</groupId> + <artifactId>jython</artifactId> + <version>2.5.0</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>tanukisoft</groupId> + <artifactId>wrapper</artifactId> + <version>3.2.3</version> + </dependency> + <dependency> + <groupId>com.novell.ldap</groupId> + <artifactId>jldap</artifactId> + <version>4.3</version> + </dependency> + <dependency> + <groupId>xmlunit</groupId> + <artifactId>xmlunit</artifactId> + <version>1.3</version> + </dependency> + <dependency> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + <version>1.3.04</version> + </dependency> + <dependency> + <groupId>org.codehaus.castor</groupId> + <artifactId>castor-xml</artifactId> + <version>1.3.2</version> + </dependency> + </dependencies> + </dependencyManagement> + + <build> + <resources> + <resource> + <directory>src/main/resources</directory> + <targetPath>com/c2kernel/utils/resources</targetPath> + <filtering>true</filtering> + </resource> + </resources> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>idlj-maven-plugin</artifactId> + </plugin> + <!--This plugin's configuration is used to store Eclipse m2e settings + only. It has no influence on the Maven build itself. --> + <plugin> + <groupId>org.eclipse.m2e</groupId> + <artifactId>lifecycle-mapping</artifactId> + <version>1.0.0</version> + <configuration> + <lifecycleMappingMetadata> + <pluginExecutions> + <pluginExecution> + <pluginExecutionFilter> + <groupId> + org.codehaus.mojo + </groupId> + <artifactId> + idlj-maven-plugin + </artifactId> + <versionRange> + [1.1,) + </versionRange> + <goals> + <goal>generate</goal> + </goals> + </pluginExecutionFilter> + <action> + <execute> + <runOnIncremental>false</runOnIncremental> + </execute> + </action> + </pluginExecution> + </pluginExecutions> + </lifecycleMappingMetadata> + </configuration> + </plugin> + </plugins> + </pluginManagement> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>idlj-maven-plugin</artifactId> + <version>1.1</version> + <executions> + <execution> + <goals> + <goal>generate</goal> + </goals> + </execution> + </executions> + <configuration> + <compiler>idlj</compiler> + <sources> + <source> + <includes> + <include>*.idl</include> + </includes> + <packagePrefixes> + <packagePrefix> + <type>common</type> + <prefix>com.c2kernel</prefix> + </packagePrefix> + <packagePrefix> + <type>entity</type> + <prefix>com.c2kernel</prefix> + </packagePrefix> + </packagePrefixes> + <compatible>false</compatible> + </source> + </sources> + </configuration> + </plugin> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <version>2.3.2</version> + <configuration> + <source>1.6</source> + <target>1.6</target> + </configuration> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>build-helper-maven-plugin</artifactId> + <version>1.7</version> + <executions> + <execution> + <id>add-source</id> + <phase>generate-sources</phase> + <goals> + <goal>add-source</goal> + </goals> + <configuration> + <sources> + <source>${project.build.directory}/generated-sources/idl/</source> + </sources> + </configuration> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-source-plugin</artifactId> + <version>2.1.2</version> + <executions> + <execution> + <id>attach-sources</id> + <phase>verify</phase> + <goals> + <goal>jar-no-fork</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <version>2.9.1</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <version>2.4.1</version> + </plugin> + </plugins> + </build> + <repositories> + <repository> + <id>cccs.releases</id> + <name>CCCS Nexus Release Repository</name> + <url>http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>false</enabled> + </snapshots> + </repository> + <repository> + <id>cccs.snapshots</id> + <name>CCCS Nexus Snapshot Repository</name> + <url>http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </repository> + <repository> + <id>cccs.public</id> + <name>CCCS Nexus Public Repository</name> + <url>http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/public</url> + </repository> + </repositories> + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <version>2.9.1</version> + <configuration> + <show>public</show> + </configuration> + </plugin> + </plugins> + </reporting> </project>
\ No newline at end of file |
