You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by D Tim Cummings <ti...@triptera.com.au.INVALID> on 2022/04/22 07:12:04 UTC

Tapestry 5.8.1 Quickstart not in archetype catalog

I am not sure what needs to be done to get Tapestry 5.8.1 Quickstart 
into https://repo.maven.apache.org/maven2/archetype-catalog.xml on Maven 
Central but it is not there yet. Maybe it is just a case of waiting.

If it is a manual addition then, please add it, and at the same time 
remove some of the unnecessary old ones. The getting started page 
https://tapestry.apache.org/getting-started.html suggests there should 
only by 9 options but in fact there are 62. I think 9 is sufficient.

mvn archetype:generate -Dfilter=org.apache.tapestry:quickstart

Choose org.apache.tapestry:quickstart version:
1: 5.0.3
2: 5.0.4
3: 5.0.5
4: 5.0.6
5: 5.0.7
6: 5.0.9
7: 5.0.10
8: 5.0.11
9: 5.0.12
10: 5.0.13
11: 5.0.14
12: 5.0.15
13: 5.0.16
14: 5.0.17
15: 5.0.18
16: 5.0.19
17: 5.1.0.0
18: 5.1.0.1
19: 5.1.0.2
20: 5.1.0.3
21: 5.1.0.4
22: 5.1.0.5
23: 5.2.0
24: 5.2.1
25: 5.2.2
26: 5.2.4
27: 5.2.5
28: 5.2.6
29: 5.3
30: 5.3.1
31: 5.3.2
32: 5.3.3-rc-1
33: 5.3.3
34: 5.3.4
35: 5.3.5
36: 5.3.6
37: 5.3.7
38: 5.3.8
39: 5.4-beta-3
40: 5.4-beta-6
41: 5.4-beta-22
42: 5.4-beta-26
43: 5.4-beta-35
44: 5.4-rc-1
45: 5.4.0
46: 5.4.1
47: 5.4.2
48: 5.4.3
49: 5.4.4
50: 5.4.5
51: 5.5.0-beta-3
52: 5.5.0
53: 5.6.0
54: 5.6.1
55: 5.6.2
56: 5.6.3
57: 5.6.4
58: 5.7.0
59: 5.7.1
60: 5.7.2
61: 5.7.3
62: 5.8.0
Choose a number: 62:

If this catalog is outside our control then we could change the getting 
started web page to recommend using archetype:generate in batch mode 
rather than interactive mode because batch mode currently does work for 
version 5.8.1.

mvn archetype:generate -B -DarchetypeGroupId=org.apache.tapestry 
-DarchetypeArtifactId=quickstart -DarchetypeVersion=5.8.1 
-DgroupId=com.example -DartifactId=tapqs -Dversion=1.0-SNAPSHOT 
-Dpackage=com.example.tapqs

Cheers

Tim


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org