Print

Print


Commit in GeomConverter on MAIN
pom.xml+22-11.27 -> 1.28
JM: add m2 run plugin to build for running conversion utility

GeomConverter
pom.xml 1.27 -> 1.28
diff -u -r1.27 -r1.28
--- pom.xml	16 Dec 2008 21:18:39 -0000	1.27
+++ pom.xml	5 Jan 2009 22:06:55 -0000	1.28
@@ -8,7 +8,28 @@
         <connection>scm:cvs:pserver:anonymous:@cvs.freehep.org:/cvs/lcd:GeomConverter</connection>
         <developerConnection>scm:cvs:pserver:jeremy:@cvs.freehep.org:/cvs/lcd:GeomConverter</developerConnection>
         <url>http://source.freehep.org/jcvsweb/ilc/GeomConverter/list/GeomConverter</url>
-  </scm>    
+    </scm>    
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.lcsim</groupId>
+                <artifactId>run-script-maven-plugin</artifactId>
+                <version>1.0</version>
+                <executions>
+                    <execution>
+                        <id>generate-run-script</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>generate-run-script</goal>
+                        </goals>
+                        <configuration>
+                            <mainClass>org.lcsim.geometry.compact.converter.Main</mainClass>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>                   
+        </plugins>
+    </build>    
     <repositories>
         <repository>
             <id>lcsim-maven</id>
CVSspam 0.2.8