You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/08/22 08:55:51 UTC

svn commit: r433546 - /geronimo/genesis/trunk/config/project-config/pom.xml

Author: jdillon
Date: Mon Aug 21 23:55:50 2006
New Revision: 433546

URL: http://svn.apache.org/viewvc?rev=433546&view=rev
Log:
Disable script plugin's installation of LICENSE.txt and NOTICE.txt... Maven's plugin dependency mechanism pollutes the classpath of all plugins... :-(

Modified:
    geronimo/genesis/trunk/config/project-config/pom.xml

Modified: geronimo/genesis/trunk/config/project-config/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/config/project-config/pom.xml?rev=433546&r1=433545&r2=433546&view=diff
==============================================================================
--- geronimo/genesis/trunk/config/project-config/pom.xml (original)
+++ geronimo/genesis/trunk/config/project-config/pom.xml Mon Aug 21 23:55:50 2006
@@ -333,6 +333,7 @@
                   Not using antrun, as when we use it here it causes failures down the line
                   because Maven will not honor the local dependencies.
             -->
+            <!--
             <plugin>
                 <groupId>org.apache.geronimo.genesis.plugins</groupId>
                 <artifactId>script-maven-plugin</artifactId>
@@ -363,6 +364,7 @@
                     </execution>
                 </executions>
             </plugin>
+            -->
             
             <!--
             NOTE: Project pom should define: