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 -DarchetypeVersion=8.7.0
> -DgroupId=4MyTestCompany -DartifactId=testWicket8 -DarchetypeRepository=
> https://repository.apache.org/ -DinteractiveMode=false
> [INFO] Scanning for projects...
> [INFO]
> [INFO] --< org.apache.maven:standalone-pom
>> ---
> [INFO] Building Maven Stub Project (No POM) 1
> [INFO] [ pom
> ]-
> [INFO]
> [INFO] >>> maven-archetype-plugin:3.0.1:generate (default-cli) >
> generate-sources @ standalone-pom >>>
> [INFO]
> [INFO] <<< maven-archetype-plugin:3.0.1:generate (default-cli) <
> generate-sources @ standalone-pom <<<
> [INFO]
> [INFO]
> [INFO] --- maven-archetype-plugin:3.0.1:generate (default-cli) @
> standalone-pom ---
> [INFO] Generating project in Batch mode
> [INFO] Archetype repository not defined. Using the one from
> [org.apache.wicket:wicket-archetype-quickstart:9.0.0-M4] found in catalog
> remote
> [INFO] Downloading from central:
> https://repo.maven.apache.org/maven2/org/apache/wicket/wicket-archetype-quickstart/8.7.0/wicket-archetype-quickstart-8.7.0.pom
> [INFO] Downloaded from central:
> https://repo.maven.apache.org/maven2/org/apache/wicket/wicket-archetype-quickstart/8.7.0/wicket-archetype-quickstart-8.7.0.pom
> (2.7 kB at 21 kB/s)
> [INFO] Downloading from central:
> https://repo.maven.apache.org/maven2/org/apache/wicket/wicket-parent/8.7.0/wicket-parent-8.7.0.pom
> [INFO] Downloaded from central:
> https://repo.maven.apache.org/maven2/org/apache/wicket/wicket-parent/8.7.0/wicket-parent-8.7.0.pom
> (42 kB at 629 kB/s)
> [INFO] Downloading from central:
> https://repo.maven.apache.org/maven2/org/apache/wicket/wicket-archetype-quickstart/8.7.0/wicket-archetype-quickstart-8.7.0.jar
> [INFO] Downloaded from central:
> https://repo.maven.apache.org/maven2/org/apache/wicket/wicket-archetype-quickstart/8.7.0/wicket-archetype-quickstart-8.7.0.jar
> (30 kB at 475 kB/s)
> [INFO]
> 
> [INFO] Using following parameters for creating project from Archetype:
> wicket-archetype-quickstart:8.7.0
> [INFO]
> 
> [INFO] Parameter: groupId, Value: 4MyTestCompany
> [INFO] Parameter: artifactId, Value: testWicket8
> [INFO] Parameter: version, Value: 1.0-SNAPSHOT
> [INFO] Parameter: package, Value: 4MyTestCompany
> [INFO] Parameter: packageInPathFormat, Value: 4MyTestCompany
> [INFO] Parameter: package, Value: 4MyTestCompany
> [INFO] Parameter: groupId, Value: 4MyTestCompany
> [INFO] Parameter: artifactId, Value: testWicket8
> [INFO] Parameter: version, Value: 1.0-SNAPSHOT
> [INFO] Project created from Archetype in dir: /tmp/testWicket8
> [INFO]
> 
> [INFO] BUILD SUCCESS
> [INFO]
> 
> [INFO] Total time:  2.944 s
> [INFO] Finished at: 2020-04-10T15:35:22+03:00
> [INFO]
> 
> 
>> On Fri, Apr 10, 2020 at 3:28 PM Bruce Lombardi  wrote:
>> 
>> 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
>> -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=8.7.0
>> -DgroupId=4MyTestCompany -DartifactId=testWicket8
>> -DarchetypeRepository=https://repository.apache.org/
>> -DinteractiveMode=false
>> 
>> 
>> 
>> 
>> 
>> The full trace is below, but the error seems to be:
>> 
>> 
>> 
>> "The desired archetype does not exist
>> (org.apache.wicket:wicket-archetype-quickstart:8.7.0)"
>> 
>> 
>> 
>> Is this really missing or is there something wrong with my Maven set up?
>> 
>> 
>> 
>> Bruce
>> 
>> 
>> 
>> 
>> 
>> [DEBUG]   Included: org.codehaus.groovy:groovy:jar:1.8.3
>> 
>> [DEBUG]   Included: antlr:antlr:jar:2.7.7
>> 
>> [DEBUG]   Included: asm:asm:jar:3.2
>> 
>> [DEBUG]   Included: asm:asm-commons:jar:3.2
>> 
>> [DEBUG]   Included: asm:asm-util:jar:3.2
>> 
>> [DEBUG]   Included: asm:asm-analysis:jar:3.2
>> 
>> [DEBUG]   Included: asm:asm-tree:jar:3.2
>> 
>> [DEBUG]   Included: org.beanshell:bsh:jar:2.0b4
>> 
>> [DEBUG]   Included:
>> org.apache.maven.shared:maven-script-interpreter:jar:1.0
>> 
>> [DEBUG]   Included: org.apache.ant:ant:jar:1.8.1
>> 
>> [DEBUG]   Excluded: org.apache.maven:maven-model:jar:2.0.8
>> 
>> [DEBUG]   Excluded: org.apache.maven:maven-proje

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 -DartifactId=testWicket8 -DarchetypeRepository=
> https://repository.apache.org/ -DinteractiveMode=false
> [INFO] Scanning for projects...
> [INFO]
> [INFO] --< org.apache.maven:standalone-pom
>> ---
> [INFO] Building Maven Stub Project (No POM) 1
> [INFO] [ pom
> ]-
> [INFO]
> [INFO] >>> maven-archetype-plugin:3.0.1:generate (default-cli) >
> generate-sources @ standalone-pom >>>
> [INFO]
> [INFO] <<< maven-archetype-plugin:3.0.1:generate (default-cli) <
> generate-sources @ standalone-pom <<<
> [INFO]
> [INFO]
> [INFO] --- maven-archetype-plugin:3.0.1:generate (default-cli) @
> standalone-pom ---
> [INFO] Generating project in Batch mode
> [INFO] Archetype repository not defined. Using the one from
> [org.apache.wicket:wicket-archetype-quickstart:9.0.0-M4] found in catalog
> remote
> [INFO] Downloading from central:
> https://repo.maven.apache.org/maven2/org/apache/wicket/wicket-archetype-quickstart/8.7.0/wicket-archetype-quickstart-8.7.0.pom
> [INFO] Downloaded from central:
> https://repo.maven.apache.org/maven2/org/apache/wicket/wicket-archetype-quickstart/8.7.0/wicket-archetype-quickstart-8.7.0.pom
> (2.7 kB at 21 kB/s)
> [INFO] Downloading from central:
> https://repo.maven.apache.org/maven2/org/apache/wicket/wicket-parent/8.7.0/wicket-parent-8.7.0.pom
> [INFO] Downloaded from central:
> https://repo.maven.apache.org/maven2/org/apache/wicket/wicket-parent/8.7.0/wicket-parent-8.7.0.pom
> (42 kB at 629 kB/s)
> [INFO] Downloading from central:
> https://repo.maven.apache.org/maven2/org/apache/wicket/wicket-archetype-quickstart/8.7.0/wicket-archetype-quickstart-8.7.0.jar
> [INFO] Downloaded from central:
> https://repo.maven.apache.org/maven2/org/apache/wicket/wicket-archetype-quickstart/8.7.0/wicket-archetype-quickstart-8.7.0.jar
> (30 kB at 475 kB/s)
> [INFO]
> 
> [INFO] Using following parameters for creating project from Archetype:
> wicket-archetype-quickstart:8.7.0
> [INFO]
> 
> [INFO] Parameter: groupId, Value: 4MyTestCompany
> [INFO] Parameter: artifactId, Value: testWicket8
> [INFO] Parameter: version, Value: 1.0-SNAPSHOT
> [INFO] Parameter: package, Value: 4MyTestCompany
> [INFO] Parameter: packageInPathFormat, Value: 4MyTestCompany
> [INFO] Parameter: package, Value: 4MyTestCompany
> [INFO] Parameter: groupId, Value: 4MyTestCompany
> [INFO] Parameter: artifactId, Value: testWicket8
> [INFO] Parameter: version, Value: 1.0-SNAPSHOT
> [INFO] Project created from Archetype in dir: /tmp/testWicket8
> [INFO]
> 
> [INFO] BUILD SUCCESS
> [INFO]
> 
> [INFO] Total time:  2.944 s
> [INFO] Finished at: 2020-04-10T15:35:22+03:00
> [INFO]
> 
> 
>> On Fri, Apr 10, 2020 at 3:28 PM Bruce Lombardi  wrote:
>> 
>> 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
>> -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=8.7.0
>> -DgroupId=4MyTestCompany -DartifactId=testWicket8
>> -DarchetypeRepository=https://repository.apache.org/
>> -DinteractiveMode=false
>> 
>> 
>> 
>> 
>> 
>> The full trace is below, but the error seems to be:
>> 
>> 
>> 
>> "The desired archetype does not exist
>> (org.apache.wicket:wicket-archetype-quickstart:8.7.0)"
>> 
>> 
>> 
>> Is this really missing or is there something wrong with my Maven set up?
>> 
>> 
>> 
>> Bruce
>> 
>> 
>> 
>> 
>> 
>> [DEBUG]   Included: org.codehaus.groovy:groovy:jar:1.8.3
>> 
>> [DEBUG]   Included: antlr:antlr:jar:2.7.7
>> 
>> [DEBUG]   Included: asm:asm:jar:3.2
>> 
>> [DEBUG]   Included: asm:asm-commons:jar:3.2
>> 
>> [DEBUG]   Included: asm:asm-util:jar:3.2
>> 
>> [DEBUG]   Included: asm:asm-analysis:jar:3.2
>> 
>> [DEBUG]   Included: asm:asm-tree:jar:3.2
>> 
>> [DEBUG]   Included: org.beanshell:bsh:jar:2.0b4
>> 
>> [DEBUG]   Included:
>> org.apache.maven.shared:maven-script-interpreter:jar:1.0
>> 
>> [DEBUG]   Included: org.apache.ant:ant:jar:1.8.1
>> 
>> [DEBUG]   Excluded: org.apache.maven:maven-model:jar:2.0.8
>> 
>> [DEBUG]   Excluded: org.apache.maven:maven-project:jar:2.0.8
>> 
>> [DEBUG]   Excluded: org.apache.maven:maven

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 -DarchetypeGroupId=org.apache.wicket
> -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=8.7.0
> -DgroupId=4MyTestCompany -DartifactId=testWicket8 -DarchetypeRepository=
> https://repository.apache.org/ -DinteractiveMode=false
> [INFO] Scanning for projects...
> [INFO]
> [INFO] --< org.apache.maven:standalone-pom
>> ---
> [INFO] Building Maven Stub Project (No POM) 1
> [INFO] [ pom
> ]-
> [INFO]
> [INFO] >>> maven-archetype-plugin:3.0.1:generate (default-cli) >
> generate-sources @ standalone-pom >>>
> [INFO]
> [INFO] <<< maven-archetype-plugin:3.0.1:generate (default-cli) <
> generate-sources @ standalone-pom <<<
> [INFO]
> [INFO]
> [INFO] --- maven-archetype-plugin:3.0.1:generate (default-cli) @
> standalone-pom ---
> [INFO] Generating project in Batch mode
> [INFO] Archetype repository not defined. Using the one from
> [org.apache.wicket:wicket-archetype-quickstart:9.0.0-M4] found in catalog
> remote
> [INFO] Downloading from central:
> https://repo.maven.apache.org/maven2/org/apache/wicket/wicket-archetype-quickstart/8.7.0/wicket-archetype-quickstart-8.7.0.pom
> [INFO] Downloaded from central:
> https://repo.maven.apache.org/maven2/org/apache/wicket/wicket-archetype-quickstart/8.7.0/wicket-archetype-quickstart-8.7.0.pom
> (2.7 kB at 21 kB/s)
> [INFO] Downloading from central:
> https://repo.maven.apache.org/maven2/org/apache/wicket/wicket-parent/8.7.0/wicket-parent-8.7.0.pom
> [INFO] Downloaded from central:
> https://repo.maven.apache.org/maven2/org/apache/wicket/wicket-parent/8.7.0/wicket-parent-8.7.0.pom
> (42 kB at 629 kB/s)
> [INFO] Downloading from central:
> https://repo.maven.apache.org/maven2/org/apache/wicket/wicket-archetype-quickstart/8.7.0/wicket-archetype-quickstart-8.7.0.jar
> [INFO] Downloaded from central:
> https://repo.maven.apache.org/maven2/org/apache/wicket/wicket-archetype-quickstart/8.7.0/wicket-archetype-quickstart-8.7.0.jar
> (30 kB at 475 kB/s)
> [INFO]
> 
> [INFO] Using following parameters for creating project from Archetype:
> wicket-archetype-quickstart:8.7.0
> [INFO]
> 
> [INFO] Parameter: groupId, Value: 4MyTestCompany
> [INFO] Parameter: artifactId, Value: testWicket8
> [INFO] Parameter: version, Value: 1.0-SNAPSHOT
> [INFO] Parameter: package, Value: 4MyTestCompany
> [INFO] Parameter: packageInPathFormat, Value: 4MyTestCompany
> [INFO] Parameter: package, Value: 4MyTestCompany
> [INFO] Parameter: groupId, Value: 4MyTestCompany
> [INFO] Parameter: artifactId, Value: testWicket8
> [INFO] Parameter: version, Value: 1.0-SNAPSHOT
> [INFO] Project created from Archetype in dir: /tmp/testWicket8
> [INFO]
> 
> [INFO] BUILD SUCCESS
> [INFO]
> 
> [INFO] Total time:  2.944 s
> [INFO] Finished at: 2020-04-10T15:35:22+03:00
> [INFO]
> 
> 
>> On Fri, Apr 10, 2020 at 3:28 PM Bruce Lombardi  wrote:
>> 
>> 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
>> -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=8.7.0
>> -DgroupId=4MyTestCompany -DartifactId=testWicket8
>> -DarchetypeRepository=https://repository.apache.org/
>> -DinteractiveMode=false
>> 
>> 
>> 
>> 
>> 
>> The full trace is below, but the error seems to be:
>> 
>> 
>> 
>> "The desired archetype does not exist
>> (org.apache.wicket:wicket-archetype-quickstart:8.7.0)"
>> 
>> 
>> 
>> Is this really missing or is there something wrong with my Maven set up?
>> 
>> 
>> 
>> Bruce
>> 
>> 
>> 
>> 
>> 
>> [DEBUG]   Included: org.codehaus.groovy:groovy:jar:1.8.3
>> 
>> [DEBUG]   Included: antlr:antlr:jar:2.7.7
>> 
>> [DEBUG]   Included: asm:asm:jar:3.2
>> 
>> [DEBUG]   Included: asm:asm-commons:jar:3.2
>> 
>> [DEBUG]   Included: asm:asm-util:jar:3.2
>> 
>> [DEBUG]   Included: asm:asm-analysis:jar:3.2
>> 
>> [DEBUG]   Included: asm:asm-tree:jar:3.2
>> 
>> [DEBUG]   Included: org.beanshell:bsh:jar:2.0b4
>> 
>> [DEBUG]   Included:
>> org.apache.maven.shared:maven-script-interpreter:jar:1.0
>> 
>> [DEBUG]   Included: org.apache.ant:ant:jar:1.8.1
>> 
>> [DEBUG]   Excluded: org.apa

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] Scanning for projects...
[INFO]
[INFO] --< org.apache.maven:standalone-pom
>---
[INFO] Building Maven Stub Project (No POM) 1
[INFO] [ pom
]-
[INFO]
[INFO] >>> maven-archetype-plugin:3.0.1:generate (default-cli) >
generate-sources @ standalone-pom >>>
[INFO]
[INFO] <<< maven-archetype-plugin:3.0.1:generate (default-cli) <
generate-sources @ standalone-pom <<<
[INFO]
[INFO]
[INFO] --- maven-archetype-plugin:3.0.1:generate (default-cli) @
standalone-pom ---
[INFO] Generating project in Batch mode
[INFO] Archetype repository not defined. Using the one from
[org.apache.wicket:wicket-archetype-quickstart:9.0.0-M4] found in catalog
remote
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/wicket/wicket-archetype-quickstart/8.7.0/wicket-archetype-quickstart-8.7.0.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/wicket/wicket-archetype-quickstart/8.7.0/wicket-archetype-quickstart-8.7.0.pom
(2.7 kB at 21 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/wicket/wicket-parent/8.7.0/wicket-parent-8.7.0.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/wicket/wicket-parent/8.7.0/wicket-parent-8.7.0.pom
(42 kB at 629 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/wicket/wicket-archetype-quickstart/8.7.0/wicket-archetype-quickstart-8.7.0.jar
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/wicket/wicket-archetype-quickstart/8.7.0/wicket-archetype-quickstart-8.7.0.jar
(30 kB at 475 kB/s)
[INFO]

[INFO] Using following parameters for creating project from Archetype:
wicket-archetype-quickstart:8.7.0
[INFO]

[INFO] Parameter: groupId, Value: 4MyTestCompany
[INFO] Parameter: artifactId, Value: testWicket8
[INFO] Parameter: version, Value: 1.0-SNAPSHOT
[INFO] Parameter: package, Value: 4MyTestCompany
[INFO] Parameter: packageInPathFormat, Value: 4MyTestCompany
[INFO] Parameter: package, Value: 4MyTestCompany
[INFO] Parameter: groupId, Value: 4MyTestCompany
[INFO] Parameter: artifactId, Value: testWicket8
[INFO] Parameter: version, Value: 1.0-SNAPSHOT
[INFO] Project created from Archetype in dir: /tmp/testWicket8
[INFO]

[INFO] BUILD SUCCESS
[INFO]

[INFO] Total time:  2.944 s
[INFO] Finished at: 2020-04-10T15:35:22+03:00
[INFO]


On Fri, Apr 10, 2020 at 3:28 PM Bruce Lombardi  wrote:

> 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
> -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=8.7.0
> -DgroupId=4MyTestCompany -DartifactId=testWicket8
> -DarchetypeRepository=https://repository.apache.org/
> -DinteractiveMode=false
>
>
>
>
>
> The full trace is below, but the error seems to be:
>
>
>
> "The desired archetype does not exist
> (org.apache.wicket:wicket-archetype-quickstart:8.7.0)"
>
>
>
> Is this really missing or is there something wrong with my Maven set up?
>
>
>
> Bruce
>
>
>
>
>
> [DEBUG]   Included: org.codehaus.groovy:groovy:jar:1.8.3
>
> [DEBUG]   Included: antlr:antlr:jar:2.7.7
>
> [DEBUG]   Included: asm:asm:jar:3.2
>
> [DEBUG]   Included: asm:asm-commons:jar:3.2
>
> [DEBUG]   Included: asm:asm-util:jar:3.2
>
> [DEBUG]   Included: asm:asm-analysis:jar:3.2
>
> [DEBUG]   Included: asm:asm-tree:jar:3.2
>
> [DEBUG]   Included: org.beanshell:bsh:jar:2.0b4
>
> [DEBUG]   Included:
> org.apache.maven.shared:maven-script-interpreter:jar:1.0
>
> [DEBUG]   Included: org.apache.ant:ant:jar:1.8.1
>
> [DEBUG]   Excluded: org.apache.maven:maven-model:jar:2.0.8
>
> [DEBUG]   Excluded: org.apache.maven:maven-project:jar:2.0.8
>
> [DEBUG]   Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.8
>
> [DEBUG]   Excluded:
> org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
>
> [DEBUG]   Excluded: junit:junit:jar:4.8.2
>
> [DEBUG]   Excluded: org.apache.maven:maven-plugin-api:jar:2.0.8
>
> [DEBUG]   Excluded: org.apache.maven:maven-core:jar:2.0.8
>
> [DEBUG]   Excluded: org.apache.maven:ma

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
-DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=8.7.0
-DgroupId=4MyTestCompany -DartifactId=testWicket8
-DarchetypeRepository=https://repository.apache.org/ -DinteractiveMode=false

 

 

The full trace is below, but the error seems to be:

 

"The desired archetype does not exist
(org.apache.wicket:wicket-archetype-quickstart:8.7.0)"

 

Is this really missing or is there something wrong with my Maven set up?

 

Bruce

 

 

[DEBUG]   Included: org.codehaus.groovy:groovy:jar:1.8.3

[DEBUG]   Included: antlr:antlr:jar:2.7.7

[DEBUG]   Included: asm:asm:jar:3.2

[DEBUG]   Included: asm:asm-commons:jar:3.2

[DEBUG]   Included: asm:asm-util:jar:3.2

[DEBUG]   Included: asm:asm-analysis:jar:3.2

[DEBUG]   Included: asm:asm-tree:jar:3.2

[DEBUG]   Included: org.beanshell:bsh:jar:2.0b4

[DEBUG]   Included: org.apache.maven.shared:maven-script-interpreter:jar:1.0

[DEBUG]   Included: org.apache.ant:ant:jar:1.8.1

[DEBUG]   Excluded: org.apache.maven:maven-model:jar:2.0.8

[DEBUG]   Excluded: org.apache.maven:maven-project:jar:2.0.8

[DEBUG]   Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.8

[DEBUG]   Excluded:
org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1

[DEBUG]   Excluded: junit:junit:jar:4.8.2

[DEBUG]   Excluded: org.apache.maven:maven-plugin-api:jar:2.0.8

[DEBUG]   Excluded: org.apache.maven:maven-core:jar:2.0.8

[DEBUG]   Excluded: org.apache.maven:maven-settings:jar:2.0.8

[DEBUG]   Excluded:
org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.8

[DEBUG]   Excluded: org.apache.maven:maven-profile:jar:2.0.8

[DEBUG]   Excluded: org.apache.maven:maven-artifact:jar:2.0.8

[DEBUG]   Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.8

[DEBUG]   Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.8

[DEBUG]   Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.8

[DEBUG]   Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.8

[DEBUG]   Excluded: org.apache.maven:maven-monitor:jar:2.0.8

[DEBUG]   Excluded: classworlds:classworlds:jar:1.1

[DEBUG] Configuring mojo
org.apache.maven.plugins:maven-archetype-plugin:2.2:generate from plugin
realm ClassRealm[plugin>org.apache.maven.plugins:maven-archetype-plugin:2.2,
parent: sun.misc.Launcher$AppClassLoader@4e25154f]

[DEBUG] Setting property: classpath.resource.loader.class =>
'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.

[DEBUG] Setting property: site.resource.loader.class =>
'org.codehaus.plexus.velocity.SiteResourceLoader'.

[DEBUG] Setting property: velocimacro.messages.on => 'false'.

[DEBUG] Setting property: resource.loader => 'classpath,site'.

[DEBUG] Setting property: runtime.log.invalid.references => 'false'.

[DEBUG] Setting property: resource.manager.logwhenfound => 'false'.

[DEBUG] ***

[DEBUG] Starting Apache Velocity v1.5 (compiled: 2007-02-22 08:52:29)

[DEBUG] RuntimeInstance initializing.

[DEBUG] Default Properties File:
org\apache\velocity\runtime\defaults\velocity.properties

[DEBUG] LogSystem has been deprecated. Please use a LogChute implementation.

[DEBUG] Default ResourceManager initializing. (class
org.apache.velocity.runtime.resource.ResourceManagerImpl)

[DEBUG] ResourceLoader instantiated:
org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader

[DEBUG] ResourceLoader instantiated:
org.codehaus.plexus.velocity.SiteResourceLoader

[DEBUG] ResourceCache: initialized (class
org.apache.velocity.runtime.resource.ResourceCacheImpl)

[DEBUG] Default ResourceManager initialization complete.

[DEBUG] Loaded System Directive:
org.apache.velocity.runtime.directive.Literal

[DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Macro

[DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Parse

[DEBUG] Loaded System Directive:
org.apache.velocity.runtime.directive.Include

[DEBUG] Loaded System Directive:
org.apache.velocity.runtime.directive.Foreach

[DEBUG] Created '20' parsers.

[DEBUG] Velocimacro : initialization starting.

[DEBUG] Velocimacro : allowInline = true : VMs can be defined inline in
templates

[DEBUG] Velocimacro : allowInlineToOverride = false : VMs defined inline may
NOT replace previous VM definitions

[DEBUG] Velocimacro : allowInlineLocal = false : VMs defined inline will be
global in scope if allowed.

[DEBUG] Velocimacro : autoload off : VM system will not automatically reload
global library macros

[DEBUG] Velocimacro : Velocimacro : initialization complete.

[DEBUG] RuntimeInstance successfully initialized.

[DEBUG] Configuring mojo
'org.apache.maven.plugins:maven-archetype-plugin:2.2:generate' with basic
configurator -->