forked from Silverpeas/Silverpeas-Archetype
-
Notifications
You must be signed in to change notification settings - Fork 0
/
archetype-catalog.xml
29 lines (29 loc) · 1.11 KB
/
archetype-catalog.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?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-jpa-component-archetype</artifactId>
<version>1.0-SNAPSHOT</version>
<description>Silverpeas Archetype for Jar component with Spring Data JPA support</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>