[maven-release-plugin] copy for tag argeo-commons-0.1.1
[lgpl/argeo-commons.git] / security / runtime / pom.xml
index ccecd4c06d1e28f865aeb1234b8fbb701808e163..23b07be3832aa4f579de3cc3c9380b22fa7acaf7 100644 (file)
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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.commons</groupId>
-               <version>0.1.1-SNAPSHOT</version>
+               <version>0.1.1</version>
                <artifactId>security</artifactId>
                <relativePath>..</relativePath>
        </parent>
        <modules>
                <module>org.argeo.security.core</module>
                <module>org.argeo.security.mvc</module>
-               <module>org.argeo.security.ria</module>
        </modules>
+       <profiles>
+               <profile>
+                       <id>withRia</id>
+                       <activation>
+                               <activeByDefault>true</activeByDefault>
+                       </activation>
+                       <modules>
+                               <module>org.argeo.security.ria</module>
+                       </modules>
+               </profile>
+               <profile>
+                       <id>withoutRia</id>
+               </profile>
+       </profiles>
+
 </project>
\ No newline at end of file