Author: veithen Date: Sat Aug 7 08:58:55 2010 New Revision: 983185 URL: http://svn.apache.org/viewvc?rev=983185&view=rev Log: Removed modules/samples/pom.xml. It was actually not doing anything useful anymore: * It has a surefire configuration, but no unit tests are ever executed. * It packages a version.aar file (in the process-test-resources phase ?!?) that was originally used for inclusion in the binary distribution. However: ** The AAR is built using ant and not attached to the project. ** modules/samples/version/pom.xml builds the version.aar file properly (as a Maven artifact) using the axis2-aar-maven-plugin. ** In r777897, the build of binary distribution was changed to use the version.aar Maven artifact produced by modules/samples/version/pom.xml instead of the AAR produced by modules/samples/pom.xml. * modules/samples/pom.xml has jar packaging, but the generated JAR only contains two XML files, namely service4withhandler.xml and services.xml.
Removed: axis/axis2/java/core/trunk/modules/samples/pom.xml Modified: axis/axis2/java/core/trunk/modules/samples/ (props changed) axis/axis2/java/core/trunk/pom.xml Propchange: axis/axis2/java/core/trunk/modules/samples/ ('svn:ignore' removed) Modified: axis/axis2/java/core/trunk/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/pom.xml?rev=983185&r1=983184&r2=983185&view=diff ============================================================================== --- axis/axis2/java/core/trunk/pom.xml (original) +++ axis/axis2/java/core/trunk/pom.xml Sat Aug 7 08:58:55 2010 @@ -64,7 +64,6 @@ <module>modules/tool/axis2-wsdl2code-maven-plugin</module> <module>modules/webapp</module> <module>modules/xmlbeans</module> - <module>modules/samples</module> <module>modules/scripting</module> <module>modules/jaxbri</module> <module>modules/metadata</module>