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/10/05 02:23:43 UTC

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

Author: jdillon
Date: Thu Oct  4 17:23:42 2007
New Revision: 582046

URL: http://svn.apache.org/viewvc?rev=582046&view=rev
Log:
inheritent from parent

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=582046&r1=582045&r2=582046&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-commands/gshell-builtins/pom.xml (original)
+++ geronimo/sandbox/gshell/trunk/gshell-commands/gshell-builtins/pom.xml Thu Oct  4 17:23:42 2007
@@ -51,21 +51,4 @@
         </dependency>
     </dependencies>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.geronimo.gshell</groupId>
-                <artifactId>gshell-maven-plugin</artifactId>
-                <version>${version}</version>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>commands-descriptor</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-
 </project>