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 - Generated exclusion has wrong order of groupid and artifactId
Summary: Generated exclusion has wrong order of groupid and artifactId
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-18 15:30 UTC by everflux
Modified: 2014-07-19 10:19 UTC (History)
0 users

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 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