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 2009/11/30 17:04:29 UTC

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

Author: pamarcelot
Date: Mon Nov 30 16:04:29 2009
New Revision: 885472

URL: http://svn.apache.org/viewvc?rev=885472&view=rev
Log:
Commenting the profile for update and distributions before 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=885472&r1=885471&r2=885472&view=diff
==============================================================================
--- directory/studio/trunk/pom.xml (original)
+++ directory/studio/trunk/pom.xml Mon Nov 30 16:04:29 2009
@@ -100,7 +100,7 @@
     <valueeditors.version>1.5.1-SNAPSHOT</valueeditors.version>
 
     <!-- Set versions for depending projects -->
-    <org.apache.directory.shared.version>0.9.16-SNAPSHOT</org.apache.directory.shared.version>
+    <org.apache.directory.shared.version>0.9.16</org.apache.directory.shared.version>
     <skin.version>1.0.0</skin.version>
   </properties>
 
@@ -177,7 +177,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>
@@ -188,7 +196,7 @@
         <module>updatesite</module>
         <module>studio</module>
       </modules>
-    </profile>
+    </profile>-->
   </profiles>
 
   <dependencyManagement>