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/09/28 22:39:55 UTC

svn commit: r451027 - /geronimo/server/trunk/pom.xml

Author: jdillon
Date: Thu Sep 28 13:39:54 2006
New Revision: 451027

URL: http://svn.apache.org/viewvc?view=rev&rev=451027
Log:
(GERONIMO-2444) Install the tools plugin as an extention to pick up custom packaging

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?view=diff&rev=451027&r1=451026&r2=451027
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Thu Sep 28 13:39:54 2006
@@ -1002,6 +1002,10 @@
             <plugin>
                 <groupId>org.apache.geronimo.genesis.plugins</groupId>
                 <artifactId>tools-maven-plugin</artifactId>
+                
+                <!-- Tools includes custom packagings, install as extention to pick them up -->
+                <extensions>true</extensions>
+                
                 <executions>
                     <execution>
                         <id>validate-java-version</id>