flybyray / maven-play-plugin

Automatically exported from code.google.com/p/maven-play-plugin
0 stars 0 forks source link

Check archive for potential "Duplicate file" problems before processing #85

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When creating "zip" or "war" archive an exception can be thrown when there are 
duplicates.
See issue #84 (http://code.google.com/p/maven-play-plugin/issues/detail?id=84) 
as an example of this problem.

As a result there can be:
- ".zip" or ".war" file with partial content in it (for "zip", "dist" and "war" 
mojos),
- "target/dist" or "target/war" directory with partial content ("dist-exploded" 
and "war-exploded" mojos).

The archiver must be checked for potential problems before the actual 
processing.

Original issue reported on code.google.com by gslowiko...@gmail.com on 25 May 2012 at 8:36

GoogleCodeExporter commented 9 years ago
Implemented in svn rev.9320, snapshot deployed.

Original comment by gslowiko...@gmail.com on 25 May 2012 at 8:43

GoogleCodeExporter commented 9 years ago

Original comment by gslowiko...@gmail.com on 25 May 2012 at 9:32