Introduce withoutRia
[lgpl/argeo-commons.git] / security / runtime / pom.xml
index ccecd4c06d1e28f865aeb1234b8fbb701808e163..7856506000005d72cc5014ec7d625893707dbfff 100644 (file)
        <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.slc.ria</module>
+                       </modules>
+               </profile>
+               <profile>
+                       <id>withoutRia</id>
+               </profile>
+       </profiles>
+
 </project>
\ No newline at end of file