You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2008/10/14 14:42:18 UTC

svn commit: r704518 - /directory/studio/trunk/pom.xml

Author: pamarcelot
Date: Tue Oct 14 05:42:18 2008
New Revision: 704518

URL: http://svn.apache.org/viewvc?rev=704518&view=rev
Log:
Disabling 'updatesite' and 'studio' modules for the release

Modified:
    directory/studio/trunk/pom.xml

Modified: directory/studio/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/pom.xml?rev=704518&r1=704517&r2=704518&view=diff
==============================================================================
--- directory/studio/trunk/pom.xml (original)
+++ directory/studio/trunk/pom.xml Tue Oct 14 05:42:18 2008
@@ -174,7 +174,15 @@
       of at least 1 iteration because the dist modules would be
       built before the help modules ...
     -->
-    <profile>
+    <!--
+      NOTE:
+      This profile has been disabled for the release, and needs to be 
+      enabled again after the release is over.
+      We are disabling the build of 'updatesite' and 'studio' because we don't 
+      want to overload the maven repository with useless (heavy) packages and 
+      distributions
+    -->
+    <!--<profile>
       <id>build-dist-modules</id>
       <activation>
         <file>
@@ -185,7 +193,7 @@
         <module>updatesite</module>
         <module>studio</module>
       </modules>
-    </profile>
+    </profile>-->
   </profiles>
 
   <dependencyManagement>