Add security RIA
authorMathieu Baudier <mbaudier@argeo.org>
Mon, 14 Sep 2009 13:44:01 +0000 (13:44 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Mon, 14 Sep 2009 13:44:01 +0000 (13:44 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@2906 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

pom.xml
security/pom.xml [new file with mode: 0644]
security/ria/pom.xml [new file with mode: 0644]

diff --git a/pom.xml b/pom.xml
index e842232d350aa6583a404cf707566e42b018237a..17934ab4462bcb730683df596191d70c86429cbf 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -68,6 +68,7 @@ limitations under the License.
        <modules>
                <module>osgi</module>
                <module>server</module>
+               <module>security</module>
        </modules>
        <build>
                <pluginManagement>
diff --git a/security/pom.xml b/security/pom.xml
new file mode 100644 (file)
index 0000000..d46fd05
--- /dev/null
@@ -0,0 +1,17 @@
+<?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">
+       <modelVersion>4.0.0</modelVersion>
+       <parent>
+               <groupId>org.argeo.commons</groupId>
+               <version>0.1.1-SNAPSHOT</version>
+               <artifactId>argeo-commons</artifactId>
+               <relativePath>..</relativePath>
+       </parent>
+       <artifactId>security</artifactId>
+       <name>Commons Security</name>
+       <packaging>pom</packaging>
+       <modules>
+               <module>ria</module>
+       </modules>
+</project>
\ No newline at end of file
diff --git a/security/ria/pom.xml b/security/ria/pom.xml
new file mode 100644 (file)
index 0000000..c4dedb2
--- /dev/null
@@ -0,0 +1,18 @@
+<?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">
+       <modelVersion>4.0.0</modelVersion>
+       <parent>
+               <groupId>org.argeo.commons</groupId>
+               <version>0.1.1-SNAPSHOT</version>
+               <artifactId>security</artifactId>
+               <relativePath>..</relativePath>
+       </parent>
+       <groupId>org.argeo.commons.security</groupId>
+       <artifactId>ria</artifactId>
+       <name>Commons Security RIA</name>
+       <packaging>pom</packaging>
+       <modules>
+               <!-- <module>org.argeo.security.ria</module> -->
+       </modules>
+</project>
\ No newline at end of file