]> git.argeo.org Git - gpl/argeo-slc.git/blob - server/pom.xml
c9d8371d677a0513c20c68fae2cda1bdb939cd68
[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"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.slc</groupId>
6 <artifactId>argeo-slc</artifactId>
7 <version>0.11.3-SNAPSHOT</version>
8 <relativePath>../org.argeo.slc</relativePath>
9 </parent>
10 <groupId>org.argeo.slc.server</groupId>
11 <artifactId>argeo-slc-server</artifactId>
12 <packaging>pom</packaging>
13 <name>Argeo SLC Server</name>
14 <modules>
15 <module>org.argeo.slc.siteserver</module>
16 </modules>
17 <profiles>
18 <profile>
19 <id>withRia</id>
20 <activation>
21 <activeByDefault>true</activeByDefault>
22 </activation>
23 <modules>
24 <module>org.argeo.slc.ria</module>
25 </modules>
26 </profile>
27 <profile>
28 <id>withoutRia</id>
29 </profile>
30 </profiles>
31 </project>