Print

Print


Commit in lcsim-cal-calib on MAIN
pom.xml-381.3 -> 1.4
remove old standalone scripting build; will use lcsim xml instead

lcsim-cal-calib
pom.xml 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- pom.xml	4 May 2010 18:08:50 -0000	1.3
+++ pom.xml	4 May 2010 18:13:27 -0000	1.4
@@ -7,7 +7,6 @@
     <groupId>org.lcsim</groupId>
     <packaging>jar</packaging>
     <build>
-        <defaultGoal>assembly:assembly</defaultGoal>
         <plugins>
             <plugin>
                 <artifactId>maven-compiler-plugin</artifactId>
@@ -16,43 +15,6 @@
                     <target>1.5</target>
                 </configuration>
             </plugin>
-            <plugin>
-                <artifactId>maven-assembly-plugin</artifactId>
-                <configuration>
-                    <descriptors>
-                        <descriptor>src/main/assembly/deps.xml</descriptor>
-                    </descriptors>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <configuration>
-                    <archive>
-                        <manifest>
-                            <addClasspath>true</addClasspath>
-                            <classpathPrefix></classpathPrefix>
-                            <mainClass>org.lcsim.cal.calib.Calibrate</mainClass>
-                            <packageName>org.lcsim</packageName>
-                        </manifest>
-                    </archive>
-                </configuration>
-            </plugin>
-            <plugin>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <version>1.1</version>
-                <executions>
-                    <execution>
-                        <phase>install</phase>
-                        <configuration>
-                            <tasks>
-                                <unzip src="${project.build.directory}/${project.build.finalName}-deps.zip" 
-                                       dest="${project.basedir}"/>
-                            </tasks>
-                        </configuration> 
-                    </execution>
-                </executions>
-            </plugin>
         </plugins>
     </build>  
     <parent>
CVSspam 0.2.8