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/17 02:35:24 UTC

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

Author: jdillon
Date: Sun Jul 16 17:35:23 2006
New Revision: 422580

URL: http://svn.apache.org/viewvc?rev=422580&view=rev
Log:
Don't deploy configs, applications or assemblies for now

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=422580&r1=422579&r2=422580&view=diff
==============================================================================
--- geronimo/sandbox/svkmerge/m2migration/pom.xml (original)
+++ geronimo/sandbox/svkmerge/m2migration/pom.xml Sun Jul 16 17:35:23 2006
@@ -850,12 +850,12 @@
             
             <modules>
                 <!--
-                   | NOTE: This should really only include the bare minimum set of modules
-                   |       that are required to build the plugins.  But right now that set
-                   |       includes most modules, so for now just build everything.
-                   |       Fix this when the modules are reorganized.
-                 -->
                 
+                NOTE: This should really only include the bare minimum set of modules
+                      that are required to build the plugins.  But right now that set
+                      includes most modules, so for now just build everything.
+                      Fix this when the modules are reorganized.
+                -->
                 <module>modules</module>
                 <module>m2-plugins</module>
             </modules>
@@ -891,9 +891,16 @@
             <modules>
                 <module>modules</module>
                 <module>m2-plugins</module>
+                
+                <!--
+                
+                NOTE: Probably do not want to publish these to the repo...  Or do we?
+                
                 <module>applications</module>
                 <module>configs</module>
                 <module>m2-assemblies</module>
+                
+                -->
             </modules>
             
             <!--