Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1-beta-2
-
Fix Version/s: 1.1-rc1
-
Component/s: inheritance
-
Labels:None
-
Number of attachments :
Description
artifactId is used as groupId when the latest is not defined (using extends at least), both in 1.0.2 and 1.1b2, which I believe it's a problem, maven should complain.
Which is really a problem is that if pom a extends pom b, and no groupId is defined in any of both, in 1.0.2 the artifactId of a is chosen as groupId, while in 1.1 artifactId of b is the chosen one.
Attachments
Issue Links
| This issue is related to: | ||||
| MAVEN-1767 | id is used instead of artifactId |
|
|
|
To be check