Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.2.2
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:HideApache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
Java version: 1.6.0_13
Java home: /software/java/jdk1.6.0_13-x86_64_sun/jre
Default locale: de_AT, platform encoding: UTF-8
OS name: "linux" version: "2.6.9-67.ellargesmp" arch: "amd64" Family: "unix"
ShowApache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200) Java version: 1.6.0_13 Java home: /software/java/jdk1.6.0_13-x86_64_sun/jre Default locale: de_AT, platform encoding: UTF-8 OS name: "linux" version: "2.6.9-67.ellargesmp" arch: "amd64" Family: "unix"
-
Number of attachments :
Description
for whatever reason, the shade plugin tries to add my target/classes directory to the list of zip files:
Embedded error: error in opening zip file/home/.../workspace/project/target/classes
which fails because it is a directory. Instead, it should use the normal file inclusion.
This issue may or may not be related to #MSHADE-60 and #MSHADE-65
Attachments
Issue Links
| This issue is duplicated by: | ||||
| MSHADE-75 | Package maven multimodule project with shade plugin : error in opening zip on directory |
|
|
|
The issue is invalid - I tried to bind the shade-plugin to the prepare-package phase instead of the package phase.
So please change the topic to: [Wish] support attaching to prepare-package phase.