Author: rgielen Date: Sun Nov 16 04:34:03 2008 New Revision: 718013 URL: http://svn.apache.org/viewvc?rev=718013&view=rev Log: WW-2872: - retrotranslator plugin seems to cause troubles, deactivating for now
Modified: struts/struts2/branches/STRUTS_2_0_X/assembly/pom.xml struts/struts2/branches/STRUTS_2_0_X/pom.xml Modified: struts/struts2/branches/STRUTS_2_0_X/assembly/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/assembly/pom.xml?rev=718013&r1=718012&r2=718013&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/assembly/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/assembly/pom.xml Sun Nov 16 04:34:03 2008 @@ -149,7 +149,9 @@ <descriptors> <descriptor>src/main/assembly/all.xml</descriptor> <descriptor>src/main/assembly/lib.xml</descriptor> +<!-- <descriptor>src/main/assembly/lib-jdk14.xml</descriptor> +--> <descriptor>src/main/assembly/apps.xml</descriptor> <descriptor>src/main/assembly/src.xml</descriptor> <descriptor>src/main/assembly/docs.xml</descriptor> Modified: struts/struts2/branches/STRUTS_2_0_X/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/pom.xml?rev=718013&r1=718012&r2=718013&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/pom.xml Sun Nov 16 04:34:03 2008 @@ -244,6 +244,7 @@ </execution> </executions> </plugin> +<!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>retrotranslator-maven-plugin</artifactId> @@ -267,6 +268,7 @@ </execution> </executions> </plugin> +--> <!-- Commenting out the license plugin, until it works like we want. To use the "license:format" goal, remove the "core" module before running, otherwise it will ignore the file exclusions.