]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - server/pom.xml
Tree Multiple Selection
[gpl/argeo-slc.git] / server / pom.xml
index fb1d3fa550b0f01e1c98a6030a6680372650bf7f..2949987bd88a50ce706d95395906f82671e4b26c 100644 (file)
@@ -1,4 +1,5 @@
-<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">
+<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">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.slc</groupId>
        <name>Argeo SLC Server</name>
        <modules>
                <module>org.argeo.slc.siteserver</module>
-               <module>org.argeo.slc.ria</module>
        </modules>
+       <profiles>
+               <profile>
+                       <id>withRia</id>
+                       <modules>
+                               <module>org.argeo.slc.ria</module>
+                       </modules>
+               </profile>
+       </profiles>
 </project>