-
Notifications
You must be signed in to change notification settings - Fork 4
/
pom.xml
47 lines (43 loc) · 1.98 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
<?xml version="1.0" encoding="UTF-8"?>
<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>org.sculptor</groupId>
<artifactId>sculptor-parent</artifactId>
<version>3.5</version>
<relativePath>../sculptor-parent</relativePath>
</parent>
<artifactId>sculptor-aggregator</artifactId>
<version>2.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Sculptor</name>
<description>Aggregator project for all child modules.</description>
<modules>
<module>sculptor-parent</module>
<module>sculptor-maven</module>
<module>sculptor-eclipse</module>
<module>sculptor-utilities</module>
<module>sculptor-framework</module>
<!--
<module>../org.fornax.cartridges.sculptor.dsl</module>
<module>../org.fornax.cartridges.sculptor.gui.dsl</module>
<module>../fornax-cartridges-sculptor-metamodel</module>
<module>../fornax-cartridges-sculptor-generator</module>
<module>../fornax-cartridges-sculptor-framework</module>
<module>../fornax-cartridges-sculptor-framework-test</module>
<module>../fornax-cartridges-sculptor-framework-web</module>
<module>../fornax-cartridges-sculptor-mongodb</module>
<module>../fornax-cartridges-sculptor-smartclient-bt</module>
<module>../fornax-cartridges-sculptor-archetype</module>
<module>../fornax-cartridges-sculptor-archetype-jsf</module>
<module>../fornax-cartridges-sculptor-archetype-ear</module>
<module>../fornax-cartridges-sculptor-archetype-parent</module>
<module>../fornax-cartridges-sculptor-archetype-standalone</module>
<module>../fornax-cartridges-sculptor-archetype-appengine</module>
<module>../fornax-cartridges-sculptor-archetype-pure-ejb3</module>
<module>../fornax-cartridges-sculptor-archetype-smartclient</module>
<module>../fornax-cartridges-sculptor-archetype-mongodb</module>
-->
</modules>
</project>