You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2010/11/11 16:53:14 UTC

[jira] Commented: (WICKET-3159) Quickstart generator for 1.4.13 creates archetype for 1.5m2.1

    [ https://issues.apache.org/jira/browse/WICKET-3159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12931047#action_12931047 ] 

Martin Grigorov commented on WICKET-3159:
-----------------------------------------

Indeed the problem is that in 1.5 we use version 2 of the Maven archetype plugin which is being used with: mvn archetype:generate.
In Wicket 1.4 we use the old version of the plugin.
One solution is to generate different snippet depending on the selected Wicket version in the site, but I guess this will be harder.
My second solution is to merge the upgrade of archetypes/quickstart code from 1.5 to 1.4.

For now the workaround is to use "mvn archetype:*create*" for 1.4.x archetypes.

> Quickstart generator for 1.4.13 creates archetype for 1.5m2.1
> -------------------------------------------------------------
>
>                 Key: WICKET-3159
>                 URL: https://issues.apache.org/jira/browse/WICKET-3159
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-quickstart
>    Affects Versions: 1.4.13
>            Reporter: Martijn Dashorst
>            Assignee: Martin Grigorov
>
> Running the default selected command generated by our quickstart generator (http://wicket.apache.org/start/quickstart.html) with 1.4.13 generates a project with wicket 1.5m2.1 instead of 1.4.13.
> This might be related to a newer version of the archetype plugin released by maven? Or perhaps the archetype is not correct.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.