Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Not A Bug
-
Affects Version/s: 2.0-alpha-3
-
Fix Version/s: 2.0-alpha-5
-
Component/s: None
-
Labels:None
-
Environment:Maven version: 2.0.8
Java version: 1.5.0_11
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
-
Number of attachments :
Description
mvn archetype:help should not require a pom.
This goal only runs successfully if issued from a directory which contains a valid pom.
This is counter-intuitive, as mvn archetype:generate does not have this requirement.
Issue Links
- depends upon
-
MPLUGIN-92
helpmojo resulting mojo requires a project and performs multiple times
-
Just tested it with the trunk version and there it works. It has been fixed by updating the maven-plugin-plugin version to 2.4.3 in r703584.