RE: [ANN] Apache Maven Assembly Plugin 2.5 Released

2014-10-29 Thread cody.a.fyler
Subject: Re: [ANN] Apache Maven Assembly Plugin 2.5 Released AS can be seen from http://jira.codehaus.org/browse/MASSEMBLY-722, this can be fixed for 2.5 by adding the following to your pom (these component updates are available in central): maven-assembly-plugin ... org.codehaus.plexus plexus

Re: [ANN] Apache Maven Assembly Plugin 2.5 Released

2014-10-29 Thread Kristian Rosenvold
AS can be seen from http://jira.codehaus.org/browse/MASSEMBLY-722, this can be fixed for 2.5 by adding the following to your pom (these component updates are available in central): maven-assembly-plugin ... org.codehaus.plexus plexus-archiver 2.8.2 org.codehaus.plexus plexus-io 2.3.3 Or a

Re: [ANN] Apache Maven Assembly Plugin 2.5 Released

2014-10-28 Thread Kristian Rosenvold
Unfortunately filtering into tar/zip is broken (http://jira.codehaus.org/browse/MASSEMBLY-722), and users of filtering/line endings must use a previous version or wait for 2.5.1, which will be released fairly soon. Kristian 2014-10-27 5:50 GMT+01:00 Kristian Rosenvold : > The Apache Maven team i

Re: [ANN] Apache Maven Assembly Plugin 2.5 Released

2014-10-27 Thread Tony Jewell
Hi, I too got this problem when upgrading to 2.5 on my project. I have raised a JIRA: http://jira.codehaus.org/browse/MASSEMBLY-722 Assembly with filters fails on Version 2.5 with NoSuchElementException and then IOException (This archives contains unclosed entries) on clean up that includes an

Re: [ANN] Apache Maven Assembly Plugin 2.5 Released

2014-10-27 Thread Kristian Rosenvold
Do you have the stacktrace for this ? (run with mvn -e) You'll probably need to file an issue for this at http://jira.codehaus.org/browse/MASSEMBLY, preferably with a small sample project enclosed. A stacktrace is probably the most important starting point to find the problem though. Kristian 20

RE: [ANN] Apache Maven Assembly Plugin 2.5 Released

2014-10-27 Thread cody.a.fyler
This version breaks my build. The error I receive is: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2. 5:single (flex-flexA-single) on project flexA: Failed to create assembly: Error creating assembly archive flexA: This archives contains unclosed entries. -> [He l