2.: Shade:
java.lang.NullPointerException
       at java.util.zip.ZipFile.<init>(ZipFile.java:106)
       at java.util.jar.JarFile.<init>(JarFile.java:133)
       at java.util.jar.JarFile.<init>(JarFile.java:97)
       at o.a.m.p.shade.DefaultShader.shade(DefaultShader.java:71)
       at o.a.m.p.shade.mojo.ShadeMojo.execute(ShadeMojo.java:285)

The stack trace indicates that an artifact processed by the plugin has not been resolved, i.e. has no pathname associated with it.

From the issue's title, your problem might be the same as
 http://jira.codehaus.org/browse/MSHADE-21
where it is suggested that using "mvn shade:shade" is not intended but rather "mvn package|install" should be used.

I suggest you take a closer look at the above mentioned issue to figure out if it applies to your case. If not, you should create a new JIRA issue for your problem where you should try to attach a small demo project that the developers can use to reproduce the problem.


Benjamin


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to