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/06/02 01:56:16 UTC

svn commit: r411003 - /geronimo/sandbox/gshell/trunk/gshell-cli/pom.xml

Author: jdillon
Date: Thu Jun  1 16:56:15 2006
New Revision: 411003

URL: http://svn.apache.org/viewvc?rev=411003&view=rev
Log:
Testing minijar

Modified:
    geronimo/sandbox/gshell/trunk/gshell-cli/pom.xml

Modified: geronimo/sandbox/gshell/trunk/gshell-cli/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-cli/pom.xml?rev=411003&r1=411002&r2=411003&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-cli/pom.xml (original)
+++ geronimo/sandbox/gshell/trunk/gshell-cli/pom.xml Thu Jun  1 16:56:15 2006
@@ -37,5 +37,33 @@
             <artifactId>commons-cli</artifactId>
         </dependency>
     </dependencies>
+    
+    <!--
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>minijar-maven-plugin</artifactId>
+                <version>1.0-SNAPSHOT</version>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>minijar</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <includes>
+                        <include>
+                            <directory>${pom.basedir}/target</directory>
+                            <pattern>gshell*.jar</pattern>
+                        </include>
+                    </includes>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+    -->
 
 </project>