Introduce withoutRia
[lgpl/argeo-commons.git] / security / runtime / pom.xml
index ca24e5b3a51281ac3e087e5dc1ab97d0af6d7a66..7856506000005d72cc5014ec7d625893707dbfff 100644 (file)
                <module>org.argeo.security.core</module>
                <module>org.argeo.security.mvc</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