Commit in LCDetectors on MAIN
pom.xml+33added 1.1
JM: basic maven 2 support for LCDetectors

LCDetectors
pom.xml added at 1.1
diff -N pom.xml
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ pom.xml	22 May 2008 07:25:53 -0000	1.1
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.lcsim</groupId>
+  <artifactId>lcsim-detectors</artifactId>
+  <name>LCDetectors</name>
+  <version>1.0-SNAPSHOT</version>
+  <description>Maven packaging for LCDetectors conditions data.</description>
+  <scm>
+     <connection>scm:cvs:pserver:anonymous:@cvs.freehep.org:/cvs/lcd:LCDetectors</connection>
+     <developerConnection>scm:cvs:pserver:${cvs.username}:@cvs.freehep.org:/cvs/lcd:LCDetectors</developerConnection>
+     <url>http://source.freehep.org/jcvsweb/ilc/GeomConverter/list/LCDetectors</url>
+  </scm>    
+  <parent>
+      <groupId>org.lcsim</groupId>
+      <artifactId>lcsim-parent</artifactId>
+      <version>1.1-SNAPSHOT</version>
+  </parent>
+  <build>
+      <resources>
+        <resource>
+          <directory>detectors</directory>
+          <excludes>
+            <exclude>*~</exclude>
+            <exclude>*.zip</exclude>
+            <exclude>*.jar</exclude>
+            <exclude>CVS</exclude>
+          </excludes>
+        </resource>
+      </resources>          	
+      <defaultGoal>install</defaultGoal>
+  </build>
+</project>
CVSspam 0.2.8