Author: veithen Date: Thu Jul 22 08:21:11 2010 New Revision: 966536 URL: http://svn.apache.org/viewvc?rev=966536&view=rev Log: Disable the build of the documentation module until the Maven site refactoring has been completed.
Modified: axis/axis2/java/core/trunk/pom.xml Modified: axis/axis2/java/core/trunk/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/pom.xml?rev=966536&r1=966535&r2=966536&view=diff ============================================================================== --- axis/axis2/java/core/trunk/pom.xml (original) +++ axis/axis2/java/core/trunk/pom.xml Thu Jul 22 08:21:11 2010 @@ -87,7 +87,7 @@ </property> </activation> <modules> - <module>modules/documentation</module> + <!-- module>modules/documentation</module --> <module>modules/distribution</module> </modules> </profile>