-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy patharchetype-catalog.xml
24 lines (24 loc) · 1.09 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
<?xml version="1.0" encoding="UTF-8"?>
<archetype-catalog xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-catalog/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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">
<archetypes>
<archetype>
<groupId>com.opentable</groupId>
<artifactId>spring-archetype-component</artifactId>
<version>RELEASE</version>
<description>OpenTable Spring component</description>
</archetype>
<archetype>
<groupId>com.opentable</groupId>
<artifactId>spring-archetype-service</artifactId>
<version>RELEASE</version>
<description>OpenTable Spring JAX-RS Service archetype</description>
</archetype>
<archetype>
<groupId>com.opentable</groupId>
<artifactId>spring-archetype-service-mvc</artifactId>
<version>RELEASE</version>
<description>OpenTable Spring MVC Service archetype</description>
</archetype>
</archetypes>
</archetype-catalog>