Print

Print


Commit in lcsim-job on MAIN
pom.xml+71.1 -> 1.2
JM: add exec plugin with mainClass

lcsim-job
pom.xml 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- pom.xml	7 Aug 2008 18:44:55 -0000	1.1
+++ pom.xml	27 Aug 2008 20:02:22 -0000	1.2
@@ -53,6 +53,13 @@
                     <target>1.5</target>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>exec-maven-plugin</artifactId>
+                <configuration>
+                    <mainClass>org.lcsim.job.JobControlManager</mainClass>
+                </configuration>
+            </plugin>
         </plugins>
     </build>  
 <!--
CVSspam 0.2.8