-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy patharchetype-catalog.xml
21 lines (21 loc) · 1.1 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
<?xml version="1.0" encoding="UTF-8"?>
<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"
xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-catalog/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<archetypes>
<archetype>
<groupId>ru.yandex.cocaine</groupId>
<artifactId>cocaine-client-archetype</artifactId>
<version>0.11.1.0-SNAPSHOT</version>
<repository>http://repo1.maven.org/maven2</repository>
<description>Cocaine Client Quickstart Project</description>
</archetype>
<archetype>
<groupId>ru.yandex.cocaine</groupId>
<artifactId>cocaine-worker-archetype</artifactId>
<version>0.11.1.0-SNAPSHOT</version>
<repository>http://repo1.maven.org/maven2</repository>
<description>Cocaine Worker Quickstart Project</description>
</archetype>
</archetypes>
</archetype-catalog>