1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<archetype-catalog xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-catalog/1.0.0 http://maven.apache.org/xsd/archetype-catalog-1.0.0.xsd" |
3 |
xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-catalog/1.0.0" |
4 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
5 |
<archetypes> |
6 |
<archetype> |
7 |
<groupId>org.icefaces</groupId> |
8 |
<artifactId>icefaces-ace-webapp-archetype</artifactId> |
9 |
<version>2.0-Beta2</version> |
10 |
<description>icefaces-ace-webapp</description> |
11 |
</archetype> |
12 |
<archetype> |
13 |
<groupId>org.icefaces</groupId> |
14 |
<artifactId>icefaces-ace-webapp-archetype</artifactId> |
15 |
<version>2.0.0</version> |
16 |
<description>icefaces-ace-webapp</description> |
17 |
</archetype> |
18 |
<archetype> |
19 |
<groupId>org.icefaces</groupId> |
20 |
<artifactId>icefaces-all-webapp-archetype</artifactId> |
21 |
<version>2.0.0</version> |
22 |
<description>icefaces-all-webapp</description> |
23 |
</archetype> |
24 |
<archetype> |
25 |
<groupId>org.icefaces</groupId> |
26 |
<artifactId>icefaces-compat-webapp-archetype</artifactId> |
27 |
<version>2.0-Beta1</version> |
28 |
<description>icefaces-compat-webapp</description> |
29 |
</archetype> |
30 |
<archetype> |
31 |
<groupId>org.icefaces</groupId> |
32 |
<artifactId>icefaces-compat-webapp-archetype</artifactId> |
33 |
<version>2.0-Beta2</version> |
34 |
<description>icefaces-compat-webapp</description> |
35 |
</archetype> |
36 |
<archetype> |
37 |
<groupId>org.icefaces</groupId> |
38 |
<artifactId>icefaces-compat-webapp-archetype</artifactId> |
39 |
<version>2.0.0</version> |
40 |
<description>icefaces-compat-webapp</description> |
41 |
</archetype> |
42 |
<archetype> |
43 |
<groupId>org.icefaces.tutorial.ace</groupId> |
44 |
<artifactId>prototype</artifactId> |
45 |
<version>1.0</version> |
46 |
<description>prototype</description> |
47 |
</archetype> |
48 |
</archetypes> |
49 |
</archetype-catalog> |