I'm trying to switch my T5 version to 5.2.0 in maven, but it wasn't able to
download. I then tried to run the archetype, see the console output below.

I checked this url:

http://tapestry.formos.com/maven-snapshot-repository/org/apache/tapestry/tapestry-core/

So the repository seems to be up. What am I doing wrong?



C:\dev\testing>mvn archetype:generate -DarchetypeCatalog=
http://tapestry.formos.com/maven-snapshot-repository
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'archetype'.
[INFO]
------------------------------------------------------------------------
[INFO] Building Maven Default Project
[INFO]    task-segment: [archetype:generate] (aggregator-style)
[INFO]
------------------------------------------------------------------------
[INFO] Preparing archetype:generate
[INFO] No goals needed for project - skipping
[INFO] [archetype:generate {execution: default-cli}]
[INFO] Generating project in Interactive mode
[INFO] No archetype defined. Using maven-archetype-quickstart
(org.apache.maven.archetypes:maven-archetype-quickstart:1.0)
Choose archetype:
1: http://tapestry.formos.com/maven-snapshot-repository -> quickstart
(Tapestry 5.2.0-SNAPSHOT Quickstart Project)
Choose a number: : 1
[INFO] snapshot org.apache.tapestry:quickstart:5.2.0-SNAPSHOT: checking for
updates from quickstart-repo
[INFO] snapshot org.apache.tapestry:quickstart:5.2.0-SNAPSHOT: checking for
updates from central
Downloading:
http://mycompany.com/nexus/content/groups/public//org/apache/tapestry/quickstart/5.2.0-SNAPSHOT/quickstart-5.2.0-SNAPSHOT.jar
[INFO] Unable to find resource
'org.apache.tapestry:quickstart:jar:5.2.0-SNAPSHOT' in repository
quickstart-repo (http://tapestry.formos.com/maven-snapshot-repository)
Downloading:
http://mycompany.com/nexus/content/groups/public//org/apache/tapestry/quickstart/5.2.0-SNAPSHOT/quickstart-5.2.0-SNAPSHOT.jar
[INFO] Unable to find resource
'org.apache.tapestry:quickstart:jar:5.2.0-SNAPSHOT' in repository central (
http://central)
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] The desired archetype does not exist
(org.apache.tapestry:quickstart:5.2.0-SNAPSHOT)
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 9 seconds
[INFO] Finished at: Tue May 18 09:34:00 CEST 2010
[INFO] Final Memory: 10M/19M
[INFO]
------------------------------------------------------------------------
C:\dev\testing>

Reply via email to