Re: Quick Start Error with 8.7.0 - The desired archetype does not exist

2020-04-10 Thread Bruce Lombardi
This worked after upgrade to latest version on Maven (3.6.30). Bruce Sent from my iPad > On Apr 10, 2020, at 8:36 AM, Martin Grigorov wrote: > > Hi, > > It works fine for me: > > mvn archetype:generate -DarchetypeGroupId=org.apache.wicket > -DarchetypeArtifactId=wicket-archetype-quickstart

Re: Quick Start Error with 8.7.0 - The desired archetype does not exist

2020-04-10 Thread Bruce Lombardi
Bruce Sent from my iPad > On Apr 10, 2020, at 8:36 AM, Martin Grigorov wrote: > > Hi, > > It works fine for me: > > mvn archetype:generate -DarchetypeGroupId=org.apache.wicket > -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=8.7.0 > -DgroupId=4MyTestCompany -Dartifac

Re: Quick Start Error with 8.7.0 - The desired archetype does not exist

2020-04-10 Thread Bruce Lombardi
Thanks Martin, I tried again and still no luck. I’ll have to look deeper into my maven configuration I guess. Any other ideas would be appreciated. Bruce Sent from my iPad > On Apr 10, 2020, at 8:36 AM, Martin Grigorov wrote: > > Hi, > > It works fine for me: > > mvn archetype:generate -

Re: Quick Start Error with 8.7.0 - The desired archetype does not exist

2020-04-10 Thread Martin Grigorov
Hi, It works fine for me: mvn archetype:generate -DarchetypeGroupId=org.apache.wicket -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=8.7.0 -DgroupId=4MyTestCompany -DartifactId=testWicket8 -DarchetypeRepository= https://repository.apache.org/ -DinteractiveMode=false [INFO]

Quick Start Error with 8.7.0 - The desired archetype does not exist

2020-04-10 Thread Bruce Lombardi
Hi, I tried to use the Quick Start to get wicket 8.7.0 . The command line generated on the Wicked site is as follows (except I added the -X switch and ran it again after getting the error to get more information). mvn -X archetype:generate -DarchetypeGroupId=org.apache.wicket -Darchetyp