]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - server/pom.xml
Attachments management
[gpl/argeo-slc.git] / server / pom.xml
index fb1d3fa550b0f01e1c98a6030a6680372650bf7f..c9d8371d677a0513c20c68fae2cda1bdb939cd68 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>
+                       <activation>
+                               <activeByDefault>true</activeByDefault>
+                       </activation>
+                       <modules>
+                               <module>org.argeo.slc.ria</module>
+                       </modules>
+               </profile>
+               <profile>
+                       <id>withoutRia</id>
+               </profile>
+       </profiles>
 </project>