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 - Maven NetBeans Application project broken until maven-compiler-plugin released
Summary: Maven NetBeans Application project broken until maven-compiler-plugin released
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P1 normal (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on: 180772 181096
Blocks:
  Show dependency tree
 
Reported: 2010-04-02 15:43 UTC by Antonin Nebuzelsky
Modified: 2010-05-17 14:30 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.