]> git.argeo.org Git - lgpl/argeo-commons.git/blob - security/runtime/pom.xml
Improve argeo server hibernate
[lgpl/argeo-commons.git] / security / runtime / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.argeo.commons</groupId>
7 <version>0.1.1-SNAPSHOT</version>
8 <artifactId>security</artifactId>
9 <relativePath>..</relativePath>
10 </parent>
11 <groupId>org.argeo.commons.security</groupId>
12 <artifactId>runtime</artifactId>
13 <name>Commons Security Runtime</name>
14 <packaging>pom</packaging>
15 <modules>
16 <module>org.argeo.security.core</module>
17 <module>org.argeo.security.mvc</module>
18 </modules>
19 <profiles>
20 <profile>
21 <id>withRia</id>
22 <activation>
23 <activeByDefault>true</activeByDefault>
24 </activation>
25 <modules>
26 <module>org.argeo.security.ria</module>
27 </modules>
28 </profile>
29 <profile>
30 <id>withoutRia</id>
31 </profile>
32 </profiles>
33
34 </project>