Print

Print


Commit in lcsim-contrib on MAIN
pom.xml+231.1.1.1 -> 1.2
JM: add jas installation target to lcsim-contrib

lcsim-contrib
pom.xml 1.1.1.1 -> 1.2
diff -u -r1.1.1.1 -r1.2
--- pom.xml	10 Dec 2008 22:02:35 -0000	1.1.1.1
+++ pom.xml	10 Dec 2008 22:39:48 -0000	1.2
@@ -21,6 +21,11 @@
                 <checksumPolicy>ignore</checksumPolicy>
             </snapshots>
         </repository>
+        <repository>
+            <id>freehep-maven</id>
+            <name>FreeHEP Maven 2 Repository</name>
+            <url>http://java.freehep.org/maven2</url>
+        </repository>
     </repositories>
     <build>        
         <defaultGoal>install</defaultGoal>
@@ -45,6 +50,24 @@
                     </excludes>	 
                 </configuration>
             </plugin>
+            <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-contrib</jarName>
+                    <includes>
+                        <include>org.lcsim:lcsim-contrib</include>
+                    </includes> 
+                </configuration>
+            </plugin>
         </plugins>
     </build>
     <dependencies>
CVSspam 0.2.8