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 2007/09/13 10:55:54 UTC

svn commit: r575228 - /geronimo/sandbox/gshell/trunk/gshell-commands/gshell-builtins/pom.xml

Author: jdillon
Date: Thu Sep 13 01:55:54 2007
New Revision: 575228

URL: http://svn.apache.org/viewvc?rev=575228&view=rev
Log:
Don't gen components.xml for this, it doesn't have any components atm

Modified:
    geronimo/sandbox/gshell/trunk/gshell-commands/gshell-builtins/pom.xml

Modified: geronimo/sandbox/gshell/trunk/gshell-commands/gshell-builtins/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-commands/gshell-builtins/pom.xml?rev=575228&r1=575227&r2=575228&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-commands/gshell-builtins/pom.xml (original)
+++ geronimo/sandbox/gshell/trunk/gshell-commands/gshell-builtins/pom.xml Thu Sep 13 01:55:54 2007
@@ -53,6 +53,10 @@
 
     <build>
         <plugins>
+            <!--
+            FIXME: This plugin is kinda dumb and will generate a components.xml even when there
+                   are no components to put in it.  And that is causing the shade plugin to puke :-(
+            
             <plugin>
                 <groupId>org.codehaus.plexus</groupId>
                 <artifactId>plexus-java5-maven-plugin</artifactId>
@@ -65,6 +69,7 @@
                     </execution>
                 </executions>
             </plugin>
+            -->
             
             <plugin>
                 <groupId>org.apache.geronimo.gshell</groupId>