-
Notifications
You must be signed in to change notification settings - Fork 85
/
Copy pathpom.xml
97 lines (86 loc) · 3.86 KB
/
pom.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2005-2015 Red Hat, Inc.
Red Hat licenses this file to you under the Apache License, version
2.0 (the "License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied. See the License for the specific language governing
permissions and limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.fabric8.quickstarts</groupId>
<artifactId>ipaas-quickstarts</artifactId>
<version>2.2-SNAPSHOT</version>
</parent>
<groupId>io.fabric8.archetypes</groupId>
<artifactId>archetypes</artifactId>
<packaging>pom</packaging>
<name>Fabric8 :: Archetypes :: Parent</name>
<modules>
<!--
<module>cassandra-client-archetype</module>
-->
<module>cdi-camel-amq-archetype</module>
<module>cdi-camel-archetype</module>
<module>cdi-camel-http-client-archetype</module>
<module>cdi-camel-jetty-archetype</module>
<module>cdi-camel-swagger-archetype</module>
<module>cdi-cxf-archetype</module>
<module>django-example-archetype</module>
<module>dotnet-example-archetype</module>
<module>funktion-groovy-example-archetype</module>
<module>funktion-java-example-archetype</module>
<module>funktion-kotlin-example-archetype</module>
<module>funktion-nodejs-example-archetype</module>
<module>golang-example-archetype</module>
<module>infinispan-client-archetype</module>
<module>infinispan-server-archetype</module>
<module>java-fatjar-archetype</module>
<module>java-mainclass-archetype</module>
<module>karaf2-camel-amq-archetype</module>
<module>karaf2-camel-log-archetype</module>
<!--
TODO removed until this fixed: https://github.com/fabric8io/ipaas-quickstarts/issues/1423
<module>karaf2-camel-rest-sql-archetype</module>
-->
<!--
removed until this is fixed: https://github.com/fabric8-quickstarts/karaf2-cxf-rest/issues/25
<module>karaf2-cxf-rest-archetype</module>
-->
<module>karaf-camel-amq-archetype</module>
<module>karaf-camel-log-archetype</module>
<module>karaf-camel-rest-sql-archetype</module>
<module>karaf-cxf-rest-archetype</module>
<module>node-example-archetype</module>
<module>php-example-archetype</module>
<module>rails-example-archetype</module>
<module>spring-boot-camel-amq-archetype</module>
<module>spring-boot-camel-archetype</module>
<module>spring-boot-camel-config-archetype</module>
<module>spring-boot-camel-drools-archetype</module>
<module>spring-boot-camel-infinispan-archetype</module>
<module>spring-boot-camel-rest-sql-archetype</module>
<module>spring-boot-camel-rest-3scale-archetype</module>
<!--
removed until this is fixed: https://github.com/fabric8io/ipaas-quickstarts/issues/1425
<module>spring-boot-camel-teiid-archetype</module>
-->
<module>spring-boot-camel-xml-archetype</module>
<module>spring-boot-cxf-jaxrs-archetype</module>
<module>spring-boot-cxf-jaxws-archetype</module>
<module>spring-boot-hystrix-archetype</module>
<module>spring-boot-ribbon-archetype</module>
<module>spring-boot-webmvc-archetype</module>
<module>spring-camel-archetype</module>
<module>swarm-camel-archetype</module>
<module>swift-example-archetype</module>
<module>vertx-web-archetype</module>
</modules>
</project>