calling plugin without full declaration fails --> documentation?
----------------------------------------------------------------

                 Key: MNG-4855
                 URL: http://jira.codehaus.org/browse/MNG-4855
             Project: Maven 2 & 3
          Issue Type: Bug
          Components: Documentation:  General
    Affects Versions: 3.0-beta-3
            Reporter: Christian Moser


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.




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to