[
https://issues.apache.org/jira/browse/WICKET-2009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gerolf Seitz resolved WICKET-2009.
----------------------------------
Fix Version/s: 1.5-M1
Resolution: Fixed
I converted the archetype to the new Maven Archetype 2.x format. (See
specification at [0])
Basically the same was done here [1] with source code available here [2].
This article made me curious about the new format and the end result is
(surprise, surprise) pretty much the same ;)
[0]
http://maven.apache.org/archetype/maven-archetype-plugin/specification/archetype-metadata.html
[1] http://www.theserverside.com/news/thread.tss?thread_id=60139
[2] http://github.com/mulesoft/mulesoft-maven-archetypes
> 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
> Assignee: Gerolf Seitz
> Priority: Trivial
> Fix For: 1.5-M1
>
>
> 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.