Author: khmarbaise Date: Tue Jun 16 11:05:56 2015 New Revision: 1685758 URL: http://svn.apache.org/r1685758 Log: [MEJB-83] EJB jar build on windows has broken file permissions Updating plexus archiver to 2.10.2 will bring plexus-io-2.6 transitively. which will solve the problem.
Modified: maven/plugins/trunk/maven-ejb-plugin/pom.xml Modified: maven/plugins/trunk/maven-ejb-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ejb-plugin/pom.xml?rev=1685758&r1=1685757&r2=1685758&view=diff ============================================================================== --- maven/plugins/trunk/maven-ejb-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-ejb-plugin/pom.xml Tue Jun 16 11:05:56 2015 @@ -101,7 +101,7 @@ under the License. <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-archiver</artifactId> - <version>2.9</version> + <version>2.10.2</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId>