You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2005/04/10 05:36:57 UTC

svn commit: r160734 - geronimo/trunk/modules/core/maven.xml

Author: jboynes
Date: Sat Apr  9 20:36:57 2005
New Revision: 160734

URL: http://svn.apache.org/viewcvs?view=rev&rev=160734
Log:
remove unused maven goals

Modified:
    geronimo/trunk/modules/core/maven.xml

Modified: geronimo/trunk/modules/core/maven.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/core/maven.xml?view=diff&r1=160733&r2=160734
==============================================================================
--- geronimo/trunk/modules/core/maven.xml (original)
+++ geronimo/trunk/modules/core/maven.xml Sat Apr  9 20:36:57 2005
@@ -28,15 +28,4 @@
         <attainGoal name="html2xdoc"/>
     </preGoal>
 
-    <postGoal name="jar:jar">
-        <ant:jar destfile="${basedir}/target/geronimo-core-rmiclassloaderspi.jar"
-            basedir="${basedir}/target/classes"
-            includes="org/apache/geronimo/rmi/RMIClassLoaderSpiImpl.class"/>
-    </postGoal>
-
-    <postGoal name="jar:install">
-        <ant:property name="jardir__" value="${maven.repo.local}/${pom.artifactDirectory}/jars"/>
-        <ant:mkdir dir="${jardir__}"/>
-    </postGoal>
-
 </project>