Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 3.0-beta-3
-
Fix Version/s: None
-
Component/s: Documentation: General
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
I'm not sure if this is a bug.
Since maven 3 it's not possible to call a plugin without full delcaration. For example, in earlier mvn version it was possible to call the archetype plugin with following line:
archetype:create-from-project
I guess this fails now due the fact that the plugin version wasn't specified somewhere in the pom. With maven 3.0 you have to write:
org.apache.maven.plugins:maven-archetype-plugin:2.0-alpha-5:create-from-project
I wasn't able to gather this information from the Compatibility Notes.I believe it would be assistant to include this information because most of the beginner tutorials and guides won't work anymore.
Activity
Brett Porter
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Closed [ 6 ] |
| Assignee | Brett Porter [ brettporter ] | |
| Resolution | Cannot Reproduce [ 5 ] |
It's still possible to do the archetype:create-from-project. Something may have changed in your environment or local repository - you may want to follow this up with more information or logs on users@maven.apache.org.