]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - server/pom.xml
Remove empty package
[gpl/argeo-slc.git] / server / pom.xml
index fb1d3fa550b0f01e1c98a6030a6680372650bf7f..0bc523e9283c98522bf059ec07d2f57b3c5ec9fc 100644 (file)
@@ -3,15 +3,27 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.11.3-SNAPSHOT</version>
-               <relativePath>../org.argeo.slc</relativePath>
+               <version>0.11.4-SNAPSHOT</version>
+               <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.server</groupId>
-       <artifactId>argeo-slc-server</artifactId>
+       <groupId>org.argeo.slc</groupId>
+       <artifactId>server</artifactId>
        <packaging>pom</packaging>
        <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>