diff --git a/aida/pom.xml b/aida/pom.xml index a8c467fc499b476f14c5afebe257ac7aaff6a8e8..15cbb7371e514e82beb08636cb5bb6ceade0c202 100644 --- a/aida/pom.xml +++ b/aida/pom.xml @@ -1,20 +1,18 @@ <?xml version="1.0"?> <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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> <artifactId>lcsim-aida</artifactId> <name>aida</name> <description>AIDA utilities</description> + <parent> <groupId>org.lcsim</groupId> <artifactId>lcsim-parent</artifactId> <version>4.0-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> - <scm> - <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/aida/</url> - <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/aida/</connection> - <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/aida/</developerConnection> - </scm> + <dependencies> <dependency> <groupId>org.freehep</groupId> @@ -45,6 +43,7 @@ <artifactId>commons-cli</artifactId> </dependency> </dependencies> + <build> <plugins> <plugin> @@ -58,4 +57,5 @@ </plugin> </plugins> </build> + </project> diff --git a/analysis/pom.xml b/analysis/pom.xml index 7176ba589d6f1669bda98ba2dfa5501f35e6aed8..126a83eb98b8e32c9adffef6d1e3d085ffb4a3e4 100644 --- a/analysis/pom.xml +++ b/analysis/pom.xml @@ -1,21 +1,19 @@ <?xml version="1.0"?> <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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> <artifactId>lcsim-analysis</artifactId> <groupId>org.lcsim</groupId> <name>analysis</name> <description>analysis code</description> + <parent> <groupId>org.lcsim</groupId> <artifactId>lcsim-parent</artifactId> <relativePath>../parent/pom.xml</relativePath> <version>4.0-SNAPSHOT</version> </parent> - <scm> - <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/analysis/</url> - <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/analysis/</connection> - <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/analysis/</developerConnection> - </scm> + <dependencies> <dependency> <groupId>org.lcsim</groupId> @@ -26,4 +24,5 @@ <artifactId>lcsim-cal-recon</artifactId> </dependency> </dependencies> + </project> diff --git a/cal-calib/pom.xml b/cal-calib/pom.xml index 56233a850e57a08e1af8dab590826d8b2aa02646..07b80423a0f17ec249965f05f264019dbddb1479 100644 --- a/cal-calib/pom.xml +++ b/cal-calib/pom.xml @@ -1,25 +1,24 @@ <?xml version="1.0"?> <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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> <artifactId>lcsim-cal-calib</artifactId> <groupId>org.lcsim</groupId> <name>cal-calib</name> <description>calorimeter calibration algorithms</description> + <parent> <groupId>org.lcsim</groupId> <artifactId>lcsim-parent</artifactId> <relativePath>../parent/pom.xml</relativePath> <version>4.0-SNAPSHOT</version> </parent> - <scm> - <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/cal-calib/</url> - <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/cal-calib/</connection> - <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/cal-calib/</developerConnection> - </scm> + <dependencies> <dependency> <groupId>org.lcsim</groupId> <artifactId>lcsim-cal-recon</artifactId> </dependency> </dependencies> + </project> diff --git a/cal-recon/pom.xml b/cal-recon/pom.xml index cb715450383eaf4000afc3d2c1a339244e2f30f4..9310f514f1a9be3157c8678b52d33d9c8c19e90a 100644 --- a/cal-recon/pom.xml +++ b/cal-recon/pom.xml @@ -1,22 +1,20 @@ <?xml version="1.0"?> <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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> <artifactId>lcsim-cal-recon</artifactId> <groupId>org.lcsim</groupId> <packaging>jar</packaging> <name>cal-recon</name> <description>calorimeter reconstruction tools such as clustering algorithms</description> + <parent> <groupId>org.lcsim</groupId> <artifactId>lcsim-parent</artifactId> <relativePath>../parent/pom.xml</relativePath> <version>4.0-SNAPSHOT</version> </parent> - <scm> - <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/cal-recon/</url> - <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/cal-recon/</connection> - <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/cal-recon/</developerConnection> - </scm> + <dependencies> <dependency> <groupId>org.lcsim</groupId> @@ -27,4 +25,5 @@ <artifactId>lcsim-aida</artifactId> </dependency> </dependencies> + </project> diff --git a/conditions/pom.xml b/conditions/pom.xml index e9b59e905cc01a2d39a8673bf4c7d94fd16a26e3..3ac6026cda88ed67b83667509fde2c3c97733963 100644 --- a/conditions/pom.xml +++ b/conditions/pom.xml @@ -1,24 +1,23 @@ <?xml version="1.0"?> <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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> <artifactId>lcsim-conditions</artifactId> <name>conditions</name> <description>runtime access to conditions and detector description data</description> + <parent> <groupId>org.lcsim</groupId> <artifactId>lcsim-parent</artifactId> <version>4.0-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> - <scm> - <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/conditions/</url> - <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/conditions/</connection> - <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/conditions/</developerConnection> - </scm> + <dependencies> <dependency> <groupId>org.lcsim</groupId> <artifactId>lcsim-util</artifactId> </dependency> </dependencies> + </project> diff --git a/detector-data/pom.xml b/detector-data/pom.xml index 73d7ffc4eb7ce354f5176f8e39f6571694f5feac..48a2fb6468a22012b02a8606dae14fe0361465bb 100644 --- a/detector-data/pom.xml +++ b/detector-data/pom.xml @@ -1,21 +1,19 @@ <?xml version="1.0"?> <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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> <groupId>org.lcsim</groupId> <artifactId>lcsim-detector-data</artifactId> <name>detector-data</name> <description>detector conditions data</description> + <parent> <groupId>org.lcsim</groupId> <artifactId>lcsim-parent</artifactId> <relativePath>../parent/pom.xml</relativePath> <version>4.0-SNAPSHOT</version> </parent> - <scm> - <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/detector-data/</url> - <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/detector-data/</connection> - <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/detector-data/</developerConnection> - </scm> + <build> <resources> <resource> @@ -28,4 +26,5 @@ </resource> </resources> </build> + </project> diff --git a/detector-framework/pom.xml b/detector-framework/pom.xml index 5943b2e4272f69b5cde0e68f59dec418934a2ec1..a1d5614bcfd7e7b7c7a1ba396172dfaaca9e35c4 100644 --- a/detector-framework/pom.xml +++ b/detector-framework/pom.xml @@ -1,20 +1,18 @@ <?xml version="1.0"?> <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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> <artifactId>lcsim-detector-framework</artifactId> <name>detector-framework</name> <description>geometry and detector description framework (formerly GeomConverter)</description> + <parent> <groupId>org.lcsim</groupId> <artifactId>lcsim-parent</artifactId> <version>4.0-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> - <scm> - <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/detector-framework/</url> - <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/detector-framework/</connection> - <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/detector-framework/</developerConnection> - </scm> + <build> <plugins> <plugin> @@ -59,6 +57,7 @@ </plugin> </plugins> </build> + <dependencies> <dependency> <groupId>org.lcsim</groupId> @@ -107,4 +106,5 @@ <version>0.9.9</version> </dependency> </dependencies> + </project> diff --git a/distribution/pom.xml b/distribution/pom.xml index 3cfe0c27511977dee71af82e557196fefce3d1fa..dac24de4740e27dcbe29cdb26ac4cd70459e798f 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -1,20 +1,18 @@ <?xml version="1.0"?> <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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> <artifactId>lcsim-distribution</artifactId> <name>distribution</name> <description>distribution package for generating the standalone runnable bin jar</description> + <parent> <groupId>org.lcsim</groupId> <artifactId>lcsim-parent</artifactId> <version>4.0-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> - <scm> - <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/distribution/</url> - <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/distribution/</connection> - <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/distribution/</developerConnection> - </scm> + <build> <plugins> <plugin> @@ -42,6 +40,7 @@ </plugin> </plugins> </build> + <dependencies> <dependency> <groupId>junit</groupId> @@ -132,4 +131,5 @@ <artifactId>lcsim-steering-files</artifactId> </dependency> </dependencies> + </project> diff --git a/event-heprep/pom.xml b/event-heprep/pom.xml index 73ea8a2774b33c072c8b631f5f527f117d89b199..f845140288941d0fe8f40dfbce79592668ba7097 100644 --- a/event-heprep/pom.xml +++ b/event-heprep/pom.xml @@ -1,24 +1,23 @@ <?xml version="1.0"?> <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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> <artifactId>lcsim-event-heprep</artifactId> <name>event-heprep</name> <description>utilities for converting event classes to HepRep</description> + <parent> <groupId>org.lcsim</groupId> <artifactId>lcsim-parent</artifactId> <version>4.0-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> - <scm> - <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/event-heprep/</url> - <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/event-heprep/</connection> - <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/event-heprep/</developerConnection> - </scm> + <dependencies> <dependency> <groupId>org.lcsim</groupId> <artifactId>lcsim-tracking</artifactId> </dependency> </dependencies> + </project> diff --git a/event-model/pom.xml b/event-model/pom.xml index 09607026f7319c666f5259d1406aeb418b368e5a..ef609057efbf96f05cd41dc4f5c47d99cbb20aef 100644 --- a/event-model/pom.xml +++ b/event-model/pom.xml @@ -1,20 +1,18 @@ <?xml version="1.0"?> <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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> <artifactId>lcsim-event-model</artifactId> <name>event-model</name> <description>physics event packages including interfaces, base classes and LCIO implementation</description> + <parent> <groupId>org.lcsim</groupId> <artifactId>lcsim-parent</artifactId> <version>4.0-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> - <scm> - <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/event-model/</url> - <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/event-model/</connection> - <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/event-model/</developerConnection> - </scm> + <dependencies> <dependency> <groupId>org.freehep</groupId> @@ -26,4 +24,5 @@ <artifactId>lcsim-detector-framework</artifactId> </dependency> </dependencies> + </project> diff --git a/event-processing/pom.xml b/event-processing/pom.xml index a81407c2be7b2f003eb017f66f1ee46402cbc58e..68fd21e514dda53aae8906b2c56c7e960b541d87 100644 --- a/event-processing/pom.xml +++ b/event-processing/pom.xml @@ -1,20 +1,18 @@ <?xml version="1.0"?> <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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> <artifactId>lcsim-event-processing</artifactId> <name>event-processing</name> <description>physics event processing including Driver implementation and adapters to Freehep record framework</description> + <parent> <groupId>org.lcsim</groupId> <artifactId>lcsim-parent</artifactId> <version>4.0-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> - <scm> - <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/event-processing/</url> - <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/event-processing/</connection> - <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/event-processing/</developerConnection> - </scm> + <dependencies> <dependency> <groupId>org.lcsim</groupId> @@ -48,4 +46,5 @@ <artifactId>freehep-record</artifactId> </dependency> </dependencies> + </project> diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 12aea97be8baf915624e3c3a9ae7fd7d8101c530..b179c98fc3558b297dc1c957ff4c88271bb8ba01 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -1,20 +1,18 @@ <?xml version="1.0"?> <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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> <artifactId>lcsim-integration-tests</artifactId> <name>integration-tests</name> <description>Integration test suite for org.lcsim</description> + <parent> <groupId>org.lcsim</groupId> <artifactId>lcsim-parent</artifactId> <relativePath>../parent/pom.xml</relativePath> <version>3.0.4-SNAPSHOT</version> </parent> - <scm> - <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/integration-tests/</url> - <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/integration-tests/</connection> - <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/integration-tests/</developerConnection> - </scm> + <dependencies> <dependency> <groupId>org.lcsim</groupId> @@ -22,4 +20,5 @@ <type>pom</type> </dependency> </dependencies> + </project> diff --git a/job-manager/pom.xml b/job-manager/pom.xml index e9b780dc0dd1da2a4e65358890c666abded71c4d..7dc2d3285994d4219d1e653c8e2f3347d535ce0a 100644 --- a/job-manager/pom.xml +++ b/job-manager/pom.xml @@ -1,20 +1,18 @@ <?xml version="1.0"?> <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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> <artifactId>lcsim-job-manager</artifactId> <name>job-manager</name> <description>job manager allowing XML steering using a command line utility</description> + <parent> <groupId>org.lcsim</groupId> <artifactId>lcsim-parent</artifactId> <version>4.0-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> - <scm> - <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/job-manager/</url> - <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/job-manager/</connection> - <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/job-manager/</developerConnection> - </scm> + <dependencies> <dependency> <groupId>org.lcsim</groupId> @@ -29,4 +27,5 @@ <artifactId>commons-cli</artifactId> </dependency> </dependencies> + </project> diff --git a/math/pom.xml b/math/pom.xml index ee43df98189999d2e9f0462b34dc591704fcc3ce..2dd95ebede35c6cbde7dcd74ec0dcad14706815b 100644 --- a/math/pom.xml +++ b/math/pom.xml @@ -1,24 +1,23 @@ <?xml version="1.0"?> <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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> <artifactId>lcsim-math</artifactId> <name>math</name> <description>math utilities</description> + <parent> <groupId>org.lcsim</groupId> <artifactId>lcsim-parent</artifactId> <version>4.0-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> - <scm> - <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/math/</url> - <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/math/</connection> - <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/math/</developerConnection> - </scm> + <dependencies> <dependency> <groupId>org.freehep</groupId> <artifactId>freehep-physics</artifactId> </dependency> </dependencies> + </project> diff --git a/mc/pom.xml b/mc/pom.xml index a8f096a9b728b7194b0576612271a810e14e95f6..370a3b50a1b4e8305afeb72f3c227cad5fc8e4ce 100644 --- a/mc/pom.xml +++ b/mc/pom.xml @@ -1,20 +1,18 @@ <?xml version="1.0"?> <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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> <artifactId>lcsim-mc</artifactId> <name>mc</name> <description>Monte Carlo packages including the MCFast event simulation</description> + <parent> <groupId>org.lcsim</groupId> <artifactId>lcsim-parent</artifactId> <version>4.0-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> - <scm> - <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/mc/</url> - <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/mc/</connection> - <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/mc/</developerConnection> - </scm> + <dependencies> <dependency> <groupId>org.lcsim</groupId> @@ -31,4 +29,5 @@ <version>1.0</version> </dependency> </dependencies> + </project> diff --git a/parent/pom.xml b/parent/pom.xml index dc15eded34a6686beaf449ca19d52097c00f1eea..f1ce5923622b049ec3f85c1546c0bb06796c8a8b 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -1,5 +1,6 @@ <?xml version="1.0"?> <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/maven-v4_0_0.xsd"> + <prerequisites> <maven>3.0</maven> </prerequisites> @@ -10,15 +11,12 @@ <name>parent</name> <description>parent POM file for lcsim modules</description> <version>4.0-SNAPSHOT</version> + <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <org.lcsim.cacheDir>${user.home}</org.lcsim.cacheDir> </properties> - <scm> - <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/parent/</url> - <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/parent/</connection> - <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/parent/</developerConnection> - </scm> + <repositories> <repository> <id>freehep-repo-public</id> @@ -65,6 +63,7 @@ <url>dav:http://srs.slac.stanford.edu/nexus/content/sites/lcsim-site/lcsim/</url> </site> </distributionManagement> + <dependencyManagement> <dependencies> <!-- Do not edit org.lcsim dependencies manually. @@ -198,6 +197,7 @@ </dependency> </dependencies> </dependencyManagement> + <dependencies> <dependency> <groupId>junit</groupId> @@ -210,6 +210,7 @@ <version>1.1</version> </dependency> </dependencies> + <build> <defaultGoal>install</defaultGoal> <extensions> @@ -334,6 +335,7 @@ </plugin> </plugins> </build> + <reporting> <plugins> <plugin> @@ -386,6 +388,7 @@ </plugin> </plugins> </reporting> + <profiles> <profile> <id>skipTests</id> @@ -402,6 +405,7 @@ </build> </profile> </profiles> + <developers> <developer> <name>Jeremy McCormick</name> @@ -489,18 +493,22 @@ <timezone>1</timezone> </developer> </developers> + <organization> <name>Linear Collider Detector (LCD)</name> <url>http://www.lcsim.org/</url> </organization> + <ciManagement> <system>Jenkins</system> <url>http://srs.slac.stanford.edu/hudson/view/lcsim/</url> </ciManagement> + <issueManagement> <system>JIRA</system> <url>https://jira.slac.stanford.edu/browse/LCSIM</url> </issueManagement> + <mailingLists> <mailingList> <name>lcd-dev</name> @@ -510,4 +518,5 @@ <archive>https://listserv.slac.stanford.edu/cgi-bin/wa?A0=LCD-DEV</archive> </mailingList> </mailingLists> + </project> diff --git a/plugin/pom.xml b/plugin/pom.xml index 31cd918db2a858e843aee64cdb6a620758553758..8306866120fecdef5be31372a8da30933e0e5819 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -1,20 +1,24 @@ <?xml version="1.0"?> <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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> <artifactId>lcsim-plugin</artifactId> <name>plugin</name> <description>org.lcsim JAS3 Plugin</description> + <parent> <groupId>org.lcsim</groupId> <artifactId>lcsim-parent</artifactId> <version>4.0-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> + <scm> <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/plugin/</url> <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/plugin/</connection> <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/plugin/</developerConnection> </scm> + <dependencies> <dependency> <groupId>org.lcsim</groupId> @@ -22,6 +26,7 @@ <type>pom</type> </dependency> </dependencies> + <build> <resources> <resource> @@ -74,6 +79,7 @@ </plugin> </plugins> </build> + <profiles> <profile> <id>submit-plugin-descriptor</id> @@ -101,4 +107,5 @@ </build> </profile> </profiles> + </project> diff --git a/recon-drivers/pom.xml b/recon-drivers/pom.xml index 5f3c049a39dbdaeb47781e44cf6de2a83784978e..fe272d4576bffa7135ada7cd001b07d51eef3564 100644 --- a/recon-drivers/pom.xml +++ b/recon-drivers/pom.xml @@ -1,20 +1,18 @@ <?xml version="1.0"?> <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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> <artifactId>lcsim-recon-drivers</artifactId> <name>recon-drivers</name> <description>recon drivers used in production steering files for SiD and CLiC</description> + <parent> <groupId>org.lcsim</groupId> <artifactId>lcsim-parent</artifactId> <version>4.0-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> - <scm> - <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/recon-drivers/</url> - <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/recon-drivers/</connection> - <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/recon-drivers/</developerConnection> - </scm> + <dependencies> <dependency> <groupId>org.lcsim</groupId> @@ -26,4 +24,5 @@ <version>2.2</version> </dependency> </dependencies> + </project> diff --git a/steering-files/pom.xml b/steering-files/pom.xml index f7e8c165b85f67d919410987a8f0fd52ea8dadee..06758ee029ac25deaec5bb34cbabb10fbc048b3c 100644 --- a/steering-files/pom.xml +++ b/steering-files/pom.xml @@ -1,19 +1,17 @@ <?xml version="1.0"?> <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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> <artifactId>lcsim-steering-files</artifactId> <groupId>org.lcsim</groupId> <name>steering-files</name> <description>LCSim XML steering file repository</description> + <parent> <groupId>org.lcsim</groupId> <artifactId>lcsim-parent</artifactId> <relativePath>../parent/pom.xml</relativePath> <version>4.0-SNAPSHOT</version> </parent> - <scm> - <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/steering-files/</url> - <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/steering-files/</connection> - <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/steering-files/</developerConnection> - </scm> + </project> diff --git a/tracking/pom.xml b/tracking/pom.xml index 755cc694a641279fd9de48ed39571e7a0a542c9d..90a5206aeb855f638ff0245c021b91fcecbf9b86 100644 --- a/tracking/pom.xml +++ b/tracking/pom.xml @@ -1,20 +1,18 @@ <?xml version="1.0"?> <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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> <artifactId>lcsim-tracking</artifactId> <name>tracking</name> <description>tracking including digitization package sisim and track finding with seedtracker</description> + <parent> <groupId>org.lcsim</groupId> <artifactId>lcsim-parent</artifactId> <version>4.0-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> - <scm> - <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/tracking/</url> - <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/tracking/</connection> - <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/tracking/</developerConnection> - </scm> + <dependencies> <dependency> <groupId>org.lcsim</groupId> @@ -34,4 +32,5 @@ <version>2.2</version> </dependency> </dependencies> + </project> diff --git a/trf/pom.xml b/trf/pom.xml index 76b70cd90bfb6710f5f76e1321f74d034957bd84..da7b8179b2713d0bda4cb38991c3604dad3809ee 100644 --- a/trf/pom.xml +++ b/trf/pom.xml @@ -1,21 +1,19 @@ <?xml version="1.0"?> <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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> <artifactId>lcsim-trf</artifactId> <groupId>org.lcsim</groupId> <name>trf</name> <description>trf track finding and ftf fitting packages</description> + <parent> <groupId>org.lcsim</groupId> <artifactId>lcsim-parent</artifactId> <relativePath>../parent/pom.xml</relativePath> <version>4.0-SNAPSHOT</version> </parent> - <scm> - <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/trf/</url> - <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/trf/</connection> - <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/trf/</developerConnection> - </scm> + <build> <plugins> <plugin> @@ -29,6 +27,7 @@ </plugin> </plugins> </build> + <dependencies> <dependency> <groupId>org.apache.commons</groupId> @@ -40,4 +39,5 @@ <artifactId>lcsim-math</artifactId> </dependency> </dependencies> + </project> diff --git a/users/pom.xml b/users/pom.xml index 49dc6434c4101534b8f0eec48899ac05f2a0215f..db7c8f1d8fe310240e4e3e1627a6802007881386 100644 --- a/users/pom.xml +++ b/users/pom.xml @@ -1,25 +1,24 @@ <?xml version="1.0"?> <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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> <artifactId>lcsim-users</artifactId> <groupId>org.lcsim</groupId> <name>users</name> <description>User code packages</description> + <parent> <groupId>org.lcsim</groupId> <artifactId>lcsim-parent</artifactId> <relativePath>../parent/pom.xml</relativePath> <version>4.0-SNAPSHOT</version> </parent> - <scm> - <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/users/</url> - <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/users/</connection> - <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/users/</developerConnection> - </scm> + <dependencies> <dependency> <groupId>org.lcsim</groupId> <artifactId>lcsim-analysis</artifactId> </dependency> </dependencies> + </project> diff --git a/util/pom.xml b/util/pom.xml index 687c4f42ad6784eb13cb9e62bc814c60dfc526d7..606351a7c399b05445898ad164491bcbd115a93c 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -1,21 +1,19 @@ <?xml version="1.0"?> <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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> <artifactId>lcsim-util</artifactId> <name>util</name> <description>miscellaneous utility classes</description> <packaging>jar</packaging> + <parent> <groupId>org.lcsim</groupId> <artifactId>lcsim-parent</artifactId> <version>4.0-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> - <scm> - <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/util/</url> - <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/util/</connection> - <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/util/</developerConnection> - </scm> + <dependencies> <dependency> <groupId>org.gnu</groupId> @@ -27,4 +25,5 @@ <artifactId>freehep-physics</artifactId> </dependency> </dependencies> + </project> diff --git a/vertexing/pom.xml b/vertexing/pom.xml index 3abde633f5d161ec958eab0086a184e64f3ba66e..17438d3fed6f2f6251aeb5bd6bd4b47f81d8cb5b 100644 --- a/vertexing/pom.xml +++ b/vertexing/pom.xml @@ -1,24 +1,23 @@ <?xml version="1.0"?> <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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> <artifactId>lcsim-vertexing</artifactId> <name>vertexing</name> <description>vertex reconstruction</description> + <parent> <groupId>org.lcsim</groupId> <artifactId>lcsim-parent</artifactId> <version>4.0-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> - <scm> - <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/vertexing/</url> - <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/vertexing/</connection> - <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/vertexing/</developerConnection> - </scm> + <dependencies> <dependency> <groupId>org.lcsim</groupId> <artifactId>lcsim-event-processing</artifactId> </dependency> </dependencies> + </project>