Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 3.4
-
Fix Version/s: None
-
Labels:None
-
Environment:Maven 3.0.2, maven-site-plugin 3.0-beta-2
-
Number of attachments :
Description
If you run the site:site goal on the NB App Parent POM you get the error Failure to find org.netbeans.modules:org-netbeans-core-startup:nbm-file:RELEASE691. It appears maven can't find the nbm-file artifiact.
Issue Links
- is duplicated by
-
MNBMODULE-153
When Using site goal on NetBeans Parent module it fails - Unable to resolve nbm-file artifact
-
Activity
Jesse Glick
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Cannot Reproduce [ 5 ] |
Jesse Glick
made changes -
| Link |
This issue is duplicated by |
the nbm-file type (and nbm for that matter) will only correctly be identified when the nbm-plugin is defined for the project and has the <extensions>true</extensions>. beware that while the "nbm" type gets resolved, it gets resolved wrongly as correctly it shall be a jar file without the transitive dependencies, but without extensions set, it resolves to the nbm file, rather than the jar file.