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 183411

Summary: Maven NetBeans Application project broken until maven-compiler-plugin released
Product: projects Reporter: Antonin Nebuzelsky <anebuzelsky>
Component: MavenAssignee: David Simonek <dsimonek>
Status: VERIFIED FIXED    
Severity: normal CC: kganfield, mkleint
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 180772, 181096    
Bug Blocks:    

Description Antonin Nebuzelsky 2010-04-02 15:43:57 UTC
Our Maven RCP archetypes depend on maven-compiler-plugin snapshot and before maven-compiler-plugin is released as a non-snapshot final version (2.2) our archetypes are broken (cannot be built) because plexus snapshots are now missing and maven-compiler-plugin snapshot depends on the missing plexus snapshots.

maven-compiler-plugin 2.2 will be released on Tue (Apr/6).
Comment 1 Milos Kleint 2010-04-02 15:53:46 UTC
the workaround is to put the non-version plexus dependencies in the plugin's <dependencies> section.
Comment 2 David Simonek 2010-04-07 12:45:13 UTC
fixed, new versions of archetypes deployed to codehaus repo.
Comment 3 Jaroslav Pospisil 2010-05-17 14:30:35 UTC
v.