]> git.argeo.org Git - gpl/argeo-slc.git/blob - runtime/pom.xml
Fix issues with results not being seen
[gpl/argeo-slc.git] / runtime / pom.xml
1 <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">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.slc</groupId>
5 <artifactId>argeo-slc</artifactId>
6 <version>0.11.3-SNAPSHOT</version>
7 <relativePath>../org.argeo.slc</relativePath>
8 </parent>
9 <artifactId>argeo-slc-runtime</artifactId>
10 <packaging>pom</packaging>
11 <name>Argeo SLC Runtime</name>
12 <modules>
13 <module>org.argeo.slc.osgiboot</module>
14 <module>org.argeo.slc.specs</module>
15 <module>org.argeo.slc.support.simple</module>
16 <module>org.argeo.slc.support.castor</module>
17 <module>org.argeo.slc.support.activemq</module>
18 <module>org.argeo.slc.support.ant</module>
19 <module>org.argeo.slc.support.equinox</module>
20 <module>org.argeo.slc.support.ws.client</module>
21 <module>org.argeo.slc.support.hibernate</module>
22 <module>org.argeo.slc.support.maven</module>
23 <module>org.argeo.slc.server</module>
24 <module>org.argeo.slc.detached</module>
25 <module>org.argeo.slc.launcher</module>
26 <module>org.argeo.slc.lib.detached</module>
27 </modules>
28 <build>
29 <plugins>
30 <plugin>
31 <groupId>org.apache.maven.plugins</groupId>
32 <artifactId>maven-javadoc-plugin</artifactId>
33 <configuration>
34 <aggregate>true</aggregate>
35 </configuration>
36 </plugin>
37 </plugins>
38 </build>
39 </project>