Update Quickstart to use archetype:generate goal instead of archetype:create
----------------------------------------------------------------------------
Key: WICKET-2009
URL: https://issues.apache.org/jira/browse/WICKET-2009
Project: Wicket
Issue Type: Improvement
Components: wicket-quickstart
Environment: All
Reporter: Martin Grigorov
Priority: Trivial
Running
mvn archetype:create -DarchetypeGroupId=org.apache.wicket
-DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=1.3.5
-DgroupId=com.mycompany -DartifactId=myproject
dumps this warning:
[WARNING] This goal is deprecated. Please use mvn archetype:generate instead
Running
mvn archetype:generate -DarchetypeGroupId=org.apache.wicket
-DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=1.3.5
-DgroupId=com.mycompany -DartifactId=myproject
generates the project but still produces this weird info:
[INFO] Using following parameters for creating *Old*Archetype:
wicket-archetype-quickstart:1.3.5
I have no idea what 'OldArchetype' should means.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.