]> git.argeo.org Git - gpl/argeo-slc.git/blob - server/pom.xml
Make tree test results serializable so that it can be used with ObjectList.
[gpl/argeo-slc.git] / server / 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.4-SNAPSHOT</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <groupId>org.argeo.slc</groupId>
10 <artifactId>server</artifactId>
11 <packaging>pom</packaging>
12 <name>Argeo SLC Server</name>
13 <modules>
14 <module>org.argeo.slc.siteserver</module>
15 </modules>
16 <profiles>
17 <profile>
18 <id>withRia</id>
19 <activation>
20 <activeByDefault>true</activeByDefault>
21 </activation>
22 <modules>
23 <module>org.argeo.slc.ria</module>
24 </modules>
25 </profile>
26 <profile>
27 <id>withoutRia</id>
28 </profile>
29 </profiles>
30 </project>