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 244572

Summary: Generated exclusion has wrong order of groupid and artifactId
Product: projects Reporter: everflux <everflux>
Component: MavenAssignee: Tomas Stupka <tstupka>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description everflux 2014-05-18 15:30:22 UTC
When using the maven dependency graph view and excluding artifacts the generated exclusions have counter intuitive order of groupId and artifactId: First the artifactId then groupId.

All maven samples (and even Netbeans generated dependencies in the POM) list "groupid" first, then the artifactid.

Although it may seem like a small issue it is really annoying to manually fix the generated code afterwards to have a consistent POM.
Comment 1 Tomas Stupka 2014-07-16 18:22:51 UTC
fixed in core-main #c6551de73d69
Comment 2 Quality Engineering 2014-07-19 10:19:03 UTC
Integrated into 'main-silver', will be available in build *201407190718* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c6551de73d69
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #244572 - Generated exclusion has wrong order of groupid and artifactId