You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2007/07/05 21:02:57 UTC

svn commit: r553614 - /webservices/axis2/trunk/java/pom.xml

Author: dims
Date: Thu Jul  5 12:02:56 2007
New Revision: 553614

URL: http://svn.apache.org/viewvc?view=rev&rev=553614
Log:
add switch for enable/disable the release throw in a '-Drelease' to generate the release zips

Modified:
    webservices/axis2/trunk/java/pom.xml

Modified: webservices/axis2/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/pom.xml?view=diff&rev=553614&r1=553613&r2=553614
==============================================================================
--- webservices/axis2/trunk/java/pom.xml (original)
+++ webservices/axis2/trunk/java/pom.xml Thu Jul  5 12:02:56 2007
@@ -57,10 +57,19 @@
 		<module>modules/tool/axis2-mar-maven-plugin</module>
 		<module>modules/tool/axis2-wsdl2code-maven-plugin</module>
 		<module>modules/webapp</module>
-		<module>modules/xmlbeans</module>
-		<module>modules/distribution</module>
-	</modules>
-	<profiles>
+		<module>modules/xmlbeans</module>
+	</modules>
+ 	<profiles>
+	   <profile>
+		<activation>
+		  <property>
+			<name>release</name>
+		  </property>
+		</activation>
+			<modules>
+				<module>modules/distribution</module>
+			</modules>
+	    </profile>	
 		<profile>
 			<id>java15</id>
 			<activation>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org