forked from kolorobot/spring-mvc-quickstart-archetype
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharchetype-catalog.xml
More file actions
14 lines (14 loc) · 773 Bytes
/
archetype-catalog.xml
File metadata and controls
14 lines (14 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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.github.spring-mvc-archetypes</groupId>
<artifactId>spring-mvc-quickstart</artifactId>
<version>1.0.0-SNAPSHOT</version>
<repository></repository>
<description>Archetype for creating Spring MVC 3.1 web application</description>
</archetype>
</archetypes>
</archetype-catalog>