Author: veithen Date: Sat Jul 17 08:44:52 2010 New Revision: 965032 URL: http://svn.apache.org/viewvc?rev=965032&view=rev Log: AXIS2-4653: Removed the id from the maven-remote-resources-plugin execution, so that it matches (and overrides) the execution defined in org.apache:apache. This prevents the legal files from being included twice.
Modified: axis/axis2/java/core/trunk/modules/adb-codegen/pom.xml axis/axis2/java/core/trunk/modules/adb/pom.xml axis/axis2/java/core/trunk/modules/clustering/pom.xml axis/axis2/java/core/trunk/modules/codegen/pom.xml axis/axis2/java/core/trunk/modules/corba/pom.xml axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml axis/axis2/java/core/trunk/modules/java2wsdl/pom.xml axis/axis2/java/core/trunk/modules/jaxbri/pom.xml axis/axis2/java/core/trunk/modules/jaxws-mar/pom.xml axis/axis2/java/core/trunk/modules/jaxws/pom.xml axis/axis2/java/core/trunk/modules/jibx/pom.xml axis/axis2/java/core/trunk/modules/json/pom.xml axis/axis2/java/core/trunk/modules/kernel/pom.xml axis/axis2/java/core/trunk/modules/metadata/pom.xml axis/axis2/java/core/trunk/modules/mex/pom.xml axis/axis2/java/core/trunk/modules/mtompolicy-mar/pom.xml axis/axis2/java/core/trunk/modules/mtompolicy/pom.xml axis/axis2/java/core/trunk/modules/osgi/pom.xml axis/axis2/java/core/trunk/modules/ping/pom.xml axis/axis2/java/core/trunk/modules/saaj/pom.xml axis/axis2/java/core/trunk/modules/samples/version/pom.xml axis/axis2/java/core/trunk/modules/scripting/pom.xml axis/axis2/java/core/trunk/modules/soapmonitor/module/pom.xml axis/axis2/java/core/trunk/modules/soapmonitor/servlet/pom.xml axis/axis2/java/core/trunk/modules/spring/pom.xml axis/axis2/java/core/trunk/modules/tool/axis2-ant-plugin/pom.xml axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-codegen-plugin/pom.xml axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-service-plugin/pom.xml axis/axis2/java/core/trunk/modules/tool/axis2-idea-plugin/pom.xml axis/axis2/java/core/trunk/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml axis/axis2/java/core/trunk/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml axis/axis2/java/core/trunk/modules/xmlbeans/pom.xml Modified: axis/axis2/java/core/trunk/modules/adb-codegen/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/adb-codegen/pom.xml?rev=965032&r1=965031&r2=965032&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/adb-codegen/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/adb-codegen/pom.xml Sat Jul 17 08:44:52 2010 @@ -79,7 +79,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>legal-files</id> <goals> <goal>process</goal> </goals> Modified: axis/axis2/java/core/trunk/modules/adb/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/adb/pom.xml?rev=965032&r1=965031&r2=965032&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/adb/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/adb/pom.xml Sat Jul 17 08:44:52 2010 @@ -78,7 +78,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>legal-files</id> <goals> <goal>process</goal> </goals> Modified: axis/axis2/java/core/trunk/modules/clustering/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/clustering/pom.xml?rev=965032&r1=965031&r2=965032&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/clustering/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/clustering/pom.xml Sat Jul 17 08:44:52 2010 @@ -88,7 +88,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>legal-files</id> <goals> <goal>process</goal> </goals> Modified: axis/axis2/java/core/trunk/modules/codegen/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/codegen/pom.xml?rev=965032&r1=965031&r2=965032&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/codegen/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/codegen/pom.xml Sat Jul 17 08:44:52 2010 @@ -89,7 +89,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>legal-files</id> <goals> <goal>process</goal> </goals> Modified: axis/axis2/java/core/trunk/modules/corba/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/corba/pom.xml?rev=965032&r1=965031&r2=965032&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/corba/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/corba/pom.xml Sat Jul 17 08:44:52 2010 @@ -70,7 +70,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>legal-files</id> <goals> <goal>process</goal> </goals> @@ -84,4 +83,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> Modified: axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml?rev=965032&r1=965031&r2=965032&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml Sat Jul 17 08:44:52 2010 @@ -143,7 +143,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>legal-files</id> <goals> <goal>process</goal> </goals> Modified: axis/axis2/java/core/trunk/modules/java2wsdl/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/java2wsdl/pom.xml?rev=965032&r1=965031&r2=965032&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/java2wsdl/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/java2wsdl/pom.xml Sat Jul 17 08:44:52 2010 @@ -102,7 +102,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>legal-files</id> <goals> <goal>process</goal> </goals> Modified: axis/axis2/java/core/trunk/modules/jaxbri/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jaxbri/pom.xml?rev=965032&r1=965031&r2=965032&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/jaxbri/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/jaxbri/pom.xml Sat Jul 17 08:44:52 2010 @@ -92,7 +92,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>legal-files</id> <goals> <goal>process</goal> </goals> Modified: axis/axis2/java/core/trunk/modules/jaxws-mar/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jaxws-mar/pom.xml?rev=965032&r1=965031&r2=965032&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/jaxws-mar/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/jaxws-mar/pom.xml Sat Jul 17 08:44:52 2010 @@ -76,7 +76,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>legal-files</id> <goals> <goal>process</goal> </goals> Modified: axis/axis2/java/core/trunk/modules/jaxws/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jaxws/pom.xml?rev=965032&r1=965031&r2=965032&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/jaxws/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/jaxws/pom.xml Sat Jul 17 08:44:52 2010 @@ -141,7 +141,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>legal-files</id> <goals> <goal>process</goal> </goals> Modified: axis/axis2/java/core/trunk/modules/jibx/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jibx/pom.xml?rev=965032&r1=965031&r2=965032&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/jibx/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/jibx/pom.xml Sat Jul 17 08:44:52 2010 @@ -98,7 +98,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>legal-files</id> <goals> <goal>process</goal> </goals> Modified: axis/axis2/java/core/trunk/modules/json/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/json/pom.xml?rev=965032&r1=965031&r2=965032&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/json/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/json/pom.xml Sat Jul 17 08:44:52 2010 @@ -66,7 +66,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>legal-files</id> <goals> <goal>process</goal> </goals> Modified: axis/axis2/java/core/trunk/modules/kernel/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/pom.xml?rev=965032&r1=965031&r2=965032&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/kernel/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/kernel/pom.xml Sat Jul 17 08:44:52 2010 @@ -128,7 +128,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>legal-files</id> <goals> <goal>process</goal> </goals> Modified: axis/axis2/java/core/trunk/modules/metadata/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/metadata/pom.xml?rev=965032&r1=965031&r2=965032&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/metadata/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/metadata/pom.xml Sat Jul 17 08:44:52 2010 @@ -128,7 +128,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>legal-files</id> <goals> <goal>process</goal> </goals> Modified: axis/axis2/java/core/trunk/modules/mex/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/mex/pom.xml?rev=965032&r1=965031&r2=965032&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/mex/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/mex/pom.xml Sat Jul 17 08:44:52 2010 @@ -71,7 +71,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>legal-files</id> <goals> <goal>process</goal> </goals> Modified: axis/axis2/java/core/trunk/modules/mtompolicy-mar/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/mtompolicy-mar/pom.xml?rev=965032&r1=965031&r2=965032&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/mtompolicy-mar/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/mtompolicy-mar/pom.xml Sat Jul 17 08:44:52 2010 @@ -69,7 +69,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>legal-files</id> <goals> <goal>process</goal> </goals> Modified: axis/axis2/java/core/trunk/modules/mtompolicy/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/mtompolicy/pom.xml?rev=965032&r1=965031&r2=965032&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/mtompolicy/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/mtompolicy/pom.xml Sat Jul 17 08:44:52 2010 @@ -63,7 +63,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>legal-files</id> <goals> <goal>process</goal> </goals> Modified: axis/axis2/java/core/trunk/modules/osgi/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/osgi/pom.xml?rev=965032&r1=965031&r2=965032&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/osgi/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/osgi/pom.xml Sat Jul 17 08:44:52 2010 @@ -48,7 +48,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>legal-files</id> <goals> <goal>process</goal> </goals> Modified: axis/axis2/java/core/trunk/modules/ping/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/ping/pom.xml?rev=965032&r1=965031&r2=965032&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/ping/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/ping/pom.xml Sat Jul 17 08:44:52 2010 @@ -71,7 +71,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>legal-files</id> <goals> <goal>process</goal> </goals> Modified: axis/axis2/java/core/trunk/modules/saaj/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/saaj/pom.xml?rev=965032&r1=965031&r2=965032&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/saaj/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/saaj/pom.xml Sat Jul 17 08:44:52 2010 @@ -119,7 +119,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>legal-files</id> <goals> <goal>process</goal> </goals> Modified: axis/axis2/java/core/trunk/modules/samples/version/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/samples/version/pom.xml?rev=965032&r1=965031&r2=965032&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/samples/version/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/samples/version/pom.xml Sat Jul 17 08:44:52 2010 @@ -36,7 +36,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>legal-files</id> <goals> <goal>process</goal> </goals> Modified: axis/axis2/java/core/trunk/modules/scripting/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/scripting/pom.xml?rev=965032&r1=965031&r2=965032&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/scripting/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/scripting/pom.xml Sat Jul 17 08:44:52 2010 @@ -83,7 +83,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>legal-files</id> <goals> <goal>process</goal> </goals> Modified: axis/axis2/java/core/trunk/modules/soapmonitor/module/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/soapmonitor/module/pom.xml?rev=965032&r1=965031&r2=965032&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/soapmonitor/module/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/soapmonitor/module/pom.xml Sat Jul 17 08:44:52 2010 @@ -50,7 +50,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>legal-files</id> <goals> <goal>process</goal> </goals> Modified: axis/axis2/java/core/trunk/modules/soapmonitor/servlet/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/soapmonitor/servlet/pom.xml?rev=965032&r1=965031&r2=965032&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/soapmonitor/servlet/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/soapmonitor/servlet/pom.xml Sat Jul 17 08:44:52 2010 @@ -44,7 +44,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>legal-files</id> <goals> <goal>process</goal> </goals> Modified: axis/axis2/java/core/trunk/modules/spring/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/spring/pom.xml?rev=965032&r1=965031&r2=965032&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/spring/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/spring/pom.xml Sat Jul 17 08:44:52 2010 @@ -61,7 +61,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>legal-files</id> <goals> <goal>process</goal> </goals> Modified: axis/axis2/java/core/trunk/modules/tool/axis2-ant-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-ant-plugin/pom.xml?rev=965032&r1=965031&r2=965032&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/tool/axis2-ant-plugin/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/tool/axis2-ant-plugin/pom.xml Sat Jul 17 08:44:52 2010 @@ -98,7 +98,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>legal-files</id> <goals> <goal>process</goal> </goals> Modified: axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-codegen-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-codegen-plugin/pom.xml?rev=965032&r1=965031&r2=965032&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-codegen-plugin/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-codegen-plugin/pom.xml Sat Jul 17 08:44:52 2010 @@ -277,7 +277,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>legal-files</id> <goals> <goal>process</goal> </goals> Modified: axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-service-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-service-plugin/pom.xml?rev=965032&r1=965031&r2=965032&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-service-plugin/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-service-plugin/pom.xml Sat Jul 17 08:44:52 2010 @@ -181,7 +181,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>legal-files</id> <goals> <goal>process</goal> </goals> Modified: axis/axis2/java/core/trunk/modules/tool/axis2-idea-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-idea-plugin/pom.xml?rev=965032&r1=965031&r2=965032&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/tool/axis2-idea-plugin/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/tool/axis2-idea-plugin/pom.xml Sat Jul 17 08:44:52 2010 @@ -138,7 +138,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>legal-files</id> <goals> <goal>process</goal> </goals> Modified: axis/axis2/java/core/trunk/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml?rev=965032&r1=965031&r2=965032&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml Sat Jul 17 08:44:52 2010 @@ -42,7 +42,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>legal-files</id> <goals> <goal>process</goal> </goals> Modified: axis/axis2/java/core/trunk/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml?rev=965032&r1=965031&r2=965032&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml Sat Jul 17 08:44:52 2010 @@ -91,7 +91,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>legal-files</id> <goals> <goal>process</goal> </goals> Modified: axis/axis2/java/core/trunk/modules/xmlbeans/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/xmlbeans/pom.xml?rev=965032&r1=965031&r2=965032&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/xmlbeans/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/xmlbeans/pom.xml Sat Jul 17 08:44:52 2010 @@ -75,7 +75,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>legal-files</id> <goals> <goal>process</goal> </goals>