]> git.argeo.org Git - gpl/argeo-slc.git/blob - pom.xml
2949987bd88a50ce706d95395906f82671e4b26c
[gpl/argeo-slc.git] / 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 <modules>
21 <module>org.argeo.slc.ria</module>
22 </modules>
23 </profile>
24 </profiles>
25 </project>