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 2013/06/27 16:44:38 UTC

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

Author: pamarcelot
Date: Thu Jun 27 14:44:38 2013
New Revision: 1497384

URL: http://svn.apache.org/r1497384
Log:
Pre-release modifications (disabled some profiles)

Modified:
    directory/studio/trunk/pom.xml

Modified: directory/studio/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/pom.xml?rev=1497384&r1=1497383&r2=1497384&view=diff
==============================================================================
--- directory/studio/trunk/pom.xml (original)
+++ directory/studio/trunk/pom.xml Thu Jun 27 14:44:38 2013
@@ -227,18 +227,24 @@
       -Pintegration-tests
       to the commandline to launch them.
     -->
+    <!-- NOTE:
+      This profile has been disabled for the release, and needs to be 
+      enabled again after the release is over.
     <profile>
       <id>integration-tests</id>
       <modules>
         <module>tests</module>
       </modules>
-    </profile>
+    </profile>-->
 
     <!-- 
       Building application module is enabled by default. Add 
       -P-application
       to the commandline to exclude it from the build.
     -->
+    <!-- NOTE:
+      This profile has been disabled for the release, and needs to be 
+      enabled again after the release is over.
     <profile>
       <id>application</id>
       <activation>
@@ -249,7 +255,7 @@
       <modules>
         <module>application</module>
       </modules>
-    </profile>
+    </profile>-->
   </profiles>
 
   <dependencyManagement>