Print

Print


Commit in LCDetectors on MAIN
pom.xml+50-301.2 -> 1.3
add jas3 installation to lcdetectors POM

LCDetectors
pom.xml 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- pom.xml	22 May 2008 07:28:49 -0000	1.2
+++ pom.xml	23 Jun 2009 21:31:38 -0000	1.3
@@ -1,33 +1,53 @@
 <?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://www.lcsim.org/detectors</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>
+    <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://www.lcsim.org/detectors</url>
+    </scm>    
+    <parent>
+        <groupId>org.lcsim</groupId>
+        <artifactId>lcsim-parent</artifactId>
+        <version>1.4-SNAPSHOT</version>
+    </parent>
+    <build>
+        <resources>
+            <resource>
+                <directory>detectors</directory>
+                <excludes>
+                    <exclude>*~</exclude>
+                    <exclude>*.zip</exclude>
+                    <exclude>*.jar</exclude>
+                    <exclude>CVS</exclude>
+                </excludes>
+            </resource>
+        </resources>     
+        <plugins>
+            <plugin>
+                <groupId>org.freehep</groupId>
+                <artifactId>freehep-jas-plugin</artifactId>
+                <version>2.0.1</version>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>install</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <jarName>lcsim-detectors</jarName>
+                    <includes>
+                        <include>org.lcsim:lcsim-detectors</include>
+                    </includes>
+                </configuration>
+            </plugin>
+        </plugins>           
+        <defaultGoal>install</defaultGoal>
+    </build>
 </project>
CVSspam 0.2.8