Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failure at times with child modules. #37

Open
rdp opened this issue May 24, 2016 · 1 comment
Open

failure at times with child modules. #37

rdp opened this issue May 24, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@rdp
Copy link

rdp commented May 24, 2016

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.

@tchemit
Copy link
Contributor

tchemit commented Oct 23, 2016

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

@tchemit tchemit added the bug label Oct 23, 2016
@tchemit tchemit added this to the 1.0.0 milestone Oct 23, 2016
@tchemit tchemit self-assigned this Oct 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants