This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 189807

Summary: Failed to execute goal org.codehaus.mojo:nbm-maven-plugin:3.2:cluster-app
Product: projects Reporter: Antonin Nebuzelsky <anebuzelsky>
Component: MavenAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P1    
Version: 7.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: output
exception

Description Antonin Nebuzelsky 2010-08-24 12:10:01 UTC
See the attached process output and the exception. Raised when I was running Clean and Build on a NetBeans Platform Application maven project. The project was created back in 6.9.1. I was able to successfully open it in maven-dev build (maven-dev-213-on-100823), but Clean and Build failed.
Comment 1 Antonin Nebuzelsky 2010-08-24 12:10:38 UTC
Created attachment 101629 [details]
output
Comment 2 Antonin Nebuzelsky 2010-08-24 12:10:58 UTC
Created attachment 101630 [details]
exception
Comment 3 Jesse Glick 2010-08-24 13:47:40 UTC
The build failure is http://jira.codehaus.org/browse/MNBMODULE-79 and is fixed in the upcoming release of the plugin. I'm not sure exactly what causes the NPE (as usual there is no Javadoc for Maven internals and various things are null at various times for no clear reason), but it is easy to fix at least: core-main #8eddfc836868
Comment 4 Quality Engineering 2010-08-25 03:19:46 UTC
Integrated into 'main-golden', will be available in build *201008250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/8eddfc836868
User: Jesse Glick <jglick@netbeans.org>
Log: #189807: NPE when building.