Commit in GeomConverter on MAIN
nbactions.xml+10added 1.1
pom2.xml+14-871.6 -> 1.7
+24-87
1 added + 1 modified, total 2 files
Move more stuff to parent poms

GeomConverter
nbactions.xml added at 1.1
diff -N nbactions.xml
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ nbactions.xml	15 Jan 2008 20:17:27 -0000	1.1
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<actions>
+        <action>
+            <actionName>CUSTOM-deploy</actionName>
+            <displayName>deploy</displayName>
+            <goals>
+                <goal>deploy</goal>
+            </goals>
+        </action>
+    </actions>

GeomConverter
pom2.xml 1.6 -> 1.7
diff -u -r1.6 -r1.7
--- pom2.xml	7 Nov 2007 02:58:01 -0000	1.6
+++ pom2.xml	15 Jan 2008 20:17:27 -0000	1.7
@@ -1,77 +1,28 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" 
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.lcsim</groupId>
     <artifactId>GeomConverter</artifactId>
     <name>GeomConverter</name>
     <version>1.2-SNAPSHOT</version>
     <description>LCSIM Geometry Converter</description>
-    <build>
-        <sourceDirectory>src</sourceDirectory>
-        <resources>
-            <resource>
-                <directory>resources</directory>
-            </resource>
-        </resources>
-        <testSourceDirectory>test</testSourceDirectory>    
-        <testResources>
-            <testResource>
-                <directory>testResources</directory>
-            </testResource>
-        </testResources>   
-        <defaultGoal>install</defaultGoal>
-        <plugins>
-            <plugin>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
-                </configuration>
-            </plugin>
-            
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <argLine>-Xmx1024m</argLine>
-                </configuration>
-            </plugin>
-            
-            <!-- Create the directory for test output. -->
-            <plugin>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>generate-test-resources</phase>
-                        <configuration>
-                            <tasks>
-                                <mkdir dir="${project.build.directory}/test-output" />
-                            </tasks>
-                        </configuration>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            
-        </plugins>
-        
-    </build>
+   
+    <parent>
+        <groupId>org.lcsim</groupId>
+        <artifactId>lcsim-parent</artifactId>
+        <version>1.0-SNAPSHOT</version>
+    </parent>
+   
     <repositories>
         <repository>
-            <id>freehep-maven</id>
-            <name>Maven FreeHEP</name>
-            <url>http://java.freehep.org/maven2</url>
-        </repository>
-    </repositories>
-    <distributionManagement>
-        <repository>
             <id>lcsim-maven</id>
             <name>org.lcsim Maven Repository</name>
-            <url>scpexe://cvs.freehep.org//nfs/slac/g/lcd/mc/prj/www/lcsim/maven2</url>
+            <url>http://lcsim.org/maven2</url>
         </repository>
-    </distributionManagement>
+    </repositories>
+    
     <dependencies>
         <dependency>
             <groupId>jdom</groupId>
@@ -99,12 +50,6 @@
             <version>0.9.10</version>
         </dependency>
         <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>3.8.2</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>commons-math</groupId>
             <artifactId>commons-math</artifactId>
             <version>1.1</version>
@@ -114,24 +59,6 @@
             <artifactId>xercesImpl</artifactId>
             <version>2.7.1</version>
         </dependency>
-        
     </dependencies>
     
-    <reporting>
-        <plugins>
-            <plugin>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <configuration>
-                    <source>1.5</source>
-                    <links>
-                        <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
-                        <link>http://java.freehep.org/freehep-physics/apidocs/</link>
-                        <link>http://java.freehep.org/heprep/apidocs/</link>
-                        <link>http://www.jdom.org/docs/apidocs/</link>
-                    </links>
-                </configuration>
-            </plugin>
-        </plugins>
-    </reporting>
-    
 </project>
CVSspam 0.2.8