Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0-alpha-3
-
None
Description
In Maven 2, an extension declaration without version like below successfully resolved the last release version of the artifact whereas trunk errors out.
<extension> <groupId>org.apache.maven.archetype</groupId> <artifactId>archetype-packaging</artifactId> </extension>