I haven't done a mvn clean, but I've used the tapestry.apache.org archetype 
catalog.
Seems to have worked with option 3, 5.2.0 but you will see in my output that 
the connection was refused to ibiblio.


As for the release schedule, HLS and the tapestry community are aiming for a 
release by the time Java One comes around - in September from memory.

Whilst we're on the subject of maven, I haven't been able to get any ejb or 
javaee related archetypes to start a project - so I've reverted back to ant and 
managing the dependencies by hand.  Can anyone shed any light on this 
ejb/javaee maven problem?


Chris-Ms-MacBook:Downloads chrismylonas$ mvn archetype:generate 
-DarchetypeCatalog=http://tapestry.apache.org
[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.apache.org -> quickstart (Tapestry 5.2.1-SNAPSHOT Quickstart 
Project)
2: http://tapestry.apache.org -> tapestry-archetype (Tapestry 4.1.6 Archetype)
Choose a number: : 1
Choose version: 
1: 5.0.19
2: 5.1.0.5
3: 5.2.0
4: 5.2.1-SNAPSHOT
Choose a number: : 3
Downloading: 
https://www.ibiblio.org/maven2//org/apache/tapestry/quickstart/5.2.0/quickstart-5.2.0.jar
[WARNING] Unable to get resource 'org.apache.tapestry:quickstart:jar:5.2.0' 
from repository quickstart-repo (https://www.ibiblio.org/maven2/): Connection 
refused
Downloading: 
http://repo1.maven.org/maven2/org/apache/tapestry/quickstart/5.2.0/quickstart-5.2.0.jar
       
Define value for property 'groupId': : tesing
Define value for property 'artifactId': : blah
Define value for property 'version': 1.0-SNAPSHOT: 
Define value for property 'package': tesing: 
Confirm properties configuration:
groupId: tesing
artifactId: blah
version: 1.0-SNAPSHOT
package: tesing
Y: Y
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 44 seconds
[INFO] Finished at: Thu Aug 19 06:44:26 EST 2010
[INFO] Final Memory: 18M/81M
[INFO] ------------------------------------------------------------------------




On 19/08/2010, at 6:16 AM, Michal Gruca wrote:

> 
> Hi all,
> I got bit other problem, as there is some problem with maven repo. I can't
> create tapestry project using 5.2 archetypes. I tried both 5.2.0 and
> snapshot. Could anyone check is everything ok with them?
> 
> Regards
> MichaƂ Gruca
> -- 
> View this message in context: 
> http://tapestry-users.832.n2.nabble.com/repo-maven-org-tapestry-5-2-0-tp5437148p5437706.html
> Sent from the Tapestry Users mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 

Reply via email to