Author: olamy Date: Tue Oct 30 23:02:09 2012 New Revision: 1403919 URL: http://svn.apache.org/viewvc?rev=1403919&view=rev Log: [MEAR-160] use last plexus-archiver with useJvmChmod on per default.
Modified: maven/plugins/trunk/maven-ear-plugin/pom.xml Modified: maven/plugins/trunk/maven-ear-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ear-plugin/pom.xml?rev=1403919&r1=1403918&r2=1403919&view=diff ============================================================================== --- maven/plugins/trunk/maven-ear-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-ear-plugin/pom.xml Tue Oct 30 23:02:09 2012 @@ -94,7 +94,12 @@ under the License. <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-archiver</artifactId> - <version>2.1.2</version> + <version>2.2</version> + </dependency> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-io</artifactId> + <version>2.0.6</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId>