webstart icon indicating copy to clipboard operation
webstart copied to clipboard

failure at times with child modules.

Open rdp opened this issue 9 years ago • 1 comments

As a note, with beta 3, if I ran this:

$ mvn clean cm-package:package

everything worked (sorry cm-package is a local plugin :| )

However with beta 7, I get a NPE

{{{ Caused by: java.lang.NullPointerException at org.codehaus.mojo.webstart.util.DefaultArtifactUtil.artifactContainsClass(DefaultArtifactUtil.java:211) at org.codehaus.mojo.webstart.JnlpDownloadServletMojo.resolveJarResources(JnlpDownloadServletMojo.java:490) at org.codehaus.mojo.webstart.JnlpDownloadServletMojo.execute(JnlpDownloadServletMojo.java:180) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) }}}

full trace: http://betterlogic.com/roger/2016/05/maven-webstart-plugin-woe/

This only fails when performed from a "parent" module, if run in the child it works OK. Just thought I'd report it.

rdp avatar May 24 '16 19:05 rdp

Could you give us a example's project which prove the defect. thanks.

tchemit avatar Oct 23 '16 10:10 tchemit