]> git.argeo.org Git - gpl/argeo-slc.git/blob - server/pom.xml
Clean up execution runtime
[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 </modules>
15 <profiles>
16 <profile>
17 <id>withRia</id>
18 <activation>
19 <activeByDefault>true</activeByDefault>
20 </activation>
21 <modules>
22 <module>org.argeo.slc.ria</module>
23 </modules>
24 </profile>
25 <profile>
26 <id>withoutRia</id>
27 </profile>
28 </profiles>
29 </project>