]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - server/pom.xml
[maven-release-plugin] copy for tag argeo-slc-0.13.0
[gpl/argeo-slc.git] / server / pom.xml
index fb1d3fa550b0f01e1c98a6030a6680372650bf7f..62ec1e2c1eab48d05fbef0aa02e7b4778762d5c2 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.13.0</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>
+       <name>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>