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

null pointer exception using version 1.0.2 #14

Closed
krishna81m opened this issue Sep 14, 2012 · 2 comments
Closed

null pointer exception using version 1.0.2 #14

krishna81m opened this issue Sep 14, 2012 · 2 comments

Comments

@krishna81m
Copy link

[ERROR] Failed to execute goal com.ning.maven.plugins:maven-duplicate-finder-plugin:1.0.2:check (default) on project cb-core: Execution default o
f goal com.ning.maven.plugins:maven-duplicate-finder-plugin:1.0.2:check failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.ning.maven.plugins:maven-duplicate-finder-plugin:1.0.2:check (
default) on project cb-core: Execution default of goal com.ning.maven.plugins:maven-duplicate-finder-plugin:1.0.2:check failed.
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)

@krishna81m
Copy link
Author

Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default of goal com.ning.maven.plugins:maven-duplicate-finder-plugin:1.0.2
:check failed.
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 19 more
Caused by: java.lang.NullPointerException
at com.ning.maven.plugins.duplicatefinder.Exception.isForArtifacts(Exception.java:119)
at com.ning.maven.plugins.duplicatefinder.DuplicateFinderMojo.getExceptionsFor(DuplicateFinderMojo.java:333)
at com.ning.maven.plugins.duplicatefinder.DuplicateFinderMojo.isExceptedClass(DuplicateFinderMojo.java:301)
at com.ning.maven.plugins.duplicatefinder.DuplicateFinderMojo.checkForDuplicateClasses(DuplicateFinderMojo.java:206)
at com.ning.maven.plugins.duplicatefinder.DuplicateFinderMojo.checkClasspath(DuplicateFinderMojo.java:186)

@hgschmie
Copy link
Contributor

This one was fixed here: a3826b3. Seems we need to cut a new release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants