Re: quickstart instructions cause - archetypeCatalog 'http://wicket.apache.org' is not supported anymore

2018-09-21 Thread Maxim Solodovnik
Version prior to 2.5 might be provided for snapshots WBR, Maxim (from mobile, sorry for the typos) On Sat, Sep 22, 2018, 02:03 Andrea Del Bene wrote: > Ouch! I just discovered that from version 2.5 archetype plugin > removed support for archetypeRepository parameter. We should add a

Re: quickstart instructions cause - archetypeCatalog 'http://wicket.apache.org' is not supported anymore

2018-09-21 Thread Andrea Del Bene
Ouch! I just discovered that from version 2.5 archetype plugin removed support for archetypeRepository parameter. We should add a note about this below the form. https://stackoverflow.com/questions/43570594/error-executing-maven-archetype-generate-command-to-create-a-opndaylight-project

Re: quickstart instructions cause - archetypeCatalog 'http://wicket.apache.org' is not supported anymore

2018-09-21 Thread Maxim Solodovnik
Hello Andrea, It seems generating quickstart with SNAPSHOT wicket version (which wasn't built locally) will not work :( mvn archetype:generate -DarchetypeGroupId=org.apache.wicket -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=8.2.0-SNAPSHOT -DgroupId=com.mycompany

Re: quickstart instructions cause - archetypeCatalog 'http://wicket.apache.org' is not supported anymore

2018-09-21 Thread Andrea Del Bene
Hi Simon, I'm afraid we have left a quite outdated command on quickstart page. If you want to generate a quickstart project simply use the command you get in the form. If you want to generate the project in interactive mode just remove parameter up to the archetype version. For example: mvn

quickstart instructions cause - archetypeCatalog 'http://wicket.apache.org' is not supported anymore

2018-09-21 Thread Simon B
Hi I'm trying to get a new Wicket project going using the latest version with maven I get the following error when running the recommended command: $] mvn archetype:generate -DarchetypeCatalog=https://wicket.apache.org -e archetypeCatalog 'http://wicket.apache.org' is not supported anymore