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/07/09 21:53:49 UTC

svn commit: r420339 - /geronimo/sandbox/svkmerge/m2migration/pom.xml

Author: jdillon
Date: Sun Jul  9 12:53:49 2006
New Revision: 420339

URL: http://svn.apache.org/viewvc?rev=420339&view=rev
Log:
Include Genesis config modules as extentions

Modified:
    geronimo/sandbox/svkmerge/m2migration/pom.xml

Modified: geronimo/sandbox/svkmerge/m2migration/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/svkmerge/m2migration/pom.xml?rev=420339&r1=420338&r2=420339&view=diff
==============================================================================
--- geronimo/sandbox/svkmerge/m2migration/pom.xml (original)
+++ geronimo/sandbox/svkmerge/m2migration/pom.xml Sun Jul  9 12:53:49 2006
@@ -735,15 +735,28 @@
         
         <extensions>
             <extension>
+                <groupId>org.apache.geronimo.genesis.config</groupId>
+                <artifactId>logging-config</artifactId>
+                <version>1.0.0-SNAPSHOT</version>
+            </extension>
+            
+            <extension>
+                <groupId>org.apache.geronimo.genesis.config</groupId>
+                <artifactId>clover-config</artifactId>
+                <version>1.0.0-SNAPSHOT</version>
+            </extension>
+            
+            <extension>
+                <groupId>org.apache.geronimo.genesis.config</groupId>
+                <artifactId>checkstyle-config</artifactId>
+                <version>1.0.0-SNAPSHOT</version>
+            </extension>
+            
+            <extension>
                 <groupId>org.apache.maven.wagon</groupId>
                 <artifactId>wagon-ssh</artifactId>
                 <version>1.0-beta-1</version>
             </extension>
-            
-            <!--
-               | NOTE: Include custom G modules to provide default resource-based configuration
-               |       for test log4j configuraton, clover, checkstyle, etc.
-             -->
         </extensions>
             
         <pluginManagement>