You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by sa...@apache.org on 2012/05/02 12:52:45 UTC

svn commit: r1332990 - /axis/axis2/java/transports/trunk/pom.xml

Author: sagara
Date: Wed May  2 10:52:45 2012
New Revision: 1332990

URL: http://svn.apache.org/viewvc?rev=1332990&view=rev
Log:
Moved sample into a new profiles. 

Modified:
    axis/axis2/java/transports/trunk/pom.xml

Modified: axis/axis2/java/transports/trunk/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/pom.xml?rev=1332990&r1=1332989&r2=1332990&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/pom.xml (original)
+++ axis/axis2/java/transports/trunk/pom.xml Wed May  2 10:52:45 2012
@@ -157,7 +157,6 @@
         <module>modules/sms</module>
         <module>modules/testkit</module>
         <module>modules/all</module>
-        <module>modules/samples/https-sample</module>
     </modules>
 
     <profiles>
@@ -270,6 +269,16 @@
                 </plugins>
             </build>
         </profile>
+            <profiles>
+        <profile>
+            <!-- This profile needs to be activated when doing the release:prepare
+                 (by adding -Peverything) to make sure that the release plugin updates
+                 the version numbers of all relevant submodules.  -->
+            <id>everything</id>
+            <modules>
+                <module>modules/samples/https-sample</module>
+            </modules>
+        </profile>
     </profiles>
 
     <dependencyManagement>