forked from Silverpeas/Silverpeas-Archetype
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharchetype-catalog.xml
More file actions
23 lines (23 loc) · 857 Bytes
/
archetype-catalog.xml
File metadata and controls
23 lines (23 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<archetype-catalog>
<archetypes>
<archetype>
<groupId>com.silverpeas.archetypes</groupId>
<artifactId>ejb-component-archetype</artifactId>
<version>1.0-SNAPSHOT</version>
<description>Silverpeas Archetype for EJB component (deprecated)</description>
</archetype>
<archetype>
<groupId>com.silverpeas.archetypes</groupId>
<artifactId>jar-component-archetype</artifactId>
<version>1.0-SNAPSHOT</version>
<description>Silverpeas Archetype for Jar component</description>
</archetype>
<archetype>
<groupId>com.silverpeas.archetypes</groupId>
<artifactId>jar-look-archetype</artifactId>
<version>1.0-SNAPSHOT</version>
<description>Silverpeas Archetype for look</description>
</archetype>
</archetypes>
</archetype-catalog>