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 2008/09/10 11:08:00 UTC

svn commit: r693745 - in /geronimo/gshell/trunk: gshell-buildsupport/pom.xml gshell-commands/pom.xml

Author: jdillon
Date: Wed Sep 10 02:07:59 2008
New Revision: 693745

URL: http://svn.apache.org/viewvc?rev=693745&view=rev
Log:
Disable gshell-maven-plugin, its there to serve rapture/plexus which is disabled

Modified:
    geronimo/gshell/trunk/gshell-buildsupport/pom.xml
    geronimo/gshell/trunk/gshell-commands/pom.xml

Modified: geronimo/gshell/trunk/gshell-buildsupport/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-buildsupport/pom.xml?rev=693745&r1=693744&r2=693745&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-buildsupport/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-buildsupport/pom.xml Wed Sep 10 02:07:59 2008
@@ -69,7 +69,9 @@
     
     <modules>
         <module>javacc-maven-plugin</module>
+        <!--
         <module>gshell-maven-plugin</module>
+        -->
     </modules>
     
     <build>

Modified: geronimo/gshell/trunk/gshell-commands/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/pom.xml?rev=693745&r1=693744&r2=693745&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-commands/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-commands/pom.xml Wed Sep 10 02:07:59 2008
@@ -63,7 +63,8 @@
         <module>gshell-bsf</module>
         <module>gshell-vfs</module>
     </modules>
-    
+
+    <!--
     <build>
         <plugins>
             <plugin>
@@ -79,5 +80,6 @@
             </plugin>
         </plugins>
     </build>
+    -->
 
 </project>
\ No newline at end of file