Hello The Mojo team is pleased to announce the release of TrueZIP Maven Plugin 1.1
This plugin manipulates archive files of type zip, tar, tgz, tbz2,etc. You can also use its truezip-utils component to perform the same operations within your java application. We solved 8 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12630&version=18614 MTRUEZIP-27 Add option to print out archive contents using relative path MTRUEZIP-22 Align the mojo's namning in JIRA and in code MTRUEZIP-21 Fix spelling errors etc in documentation MTRUEZIP-26 Remove changes report, use JIRA report instead MTRUEZIP-20 Remove maven dependency from truezip-core MTRUEZIP-25 Remove stdout verbose mode MTRUEZIP-23 Rename truezip-core module to truezip-utils MTRUEZIP-24 upgrade to truezip 7.6 To update the Maven plugin, simply specify the version in your project's plugin configuration: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>truezip-maven-plugin</artifactId> <version>1.1</version> </plugin> The project site is at http://mojo.codehaus.org/truezip/truezip-maven-plugin Additional information - This release mainly to cleanup the shared component to minimize dependency on Maven - The verbose stdout is disable, and will be replaced by slf4j logger if needed in the future Thanks, -Dan --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org