]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - security/modules/pom.xml
Move to the root the bundles which will be part of v1.4 and v2.2
[lgpl/argeo-commons.git] / security / modules / pom.xml
index d469f8506cf6f68652da4a2b2e6194faa636a94c..129e5b700c7006ef2cf4c4fbefa67b4dfb9c9401 100644 (file)
@@ -2,18 +2,20 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>1.1.5-SNAPSHOT</version>
+               <version>2.1.12-SNAPSHOT</version>
                <artifactId>security</artifactId>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.commons.security</groupId>
-       <artifactId>modules</artifactId>
+       <groupId>org.argeo.commons</groupId>
+       <artifactId>argeo-commons</artifactId>
        <packaging>pom</packaging>
        <name>Commons Security Modules</name>
        <modules>
+               <module>org.argeo.security.dao.cli</module>
                <module>org.argeo.security.dao.os</module>
                <module>org.argeo.security.dao.jackrabbit</module>
                <module>org.argeo.security.dao.ldap</module>
+               <module>org.argeo.security.auth.ldap</module>
                <module>org.argeo.security.webapp</module>
        </modules>
        <build>
@@ -25,6 +27,7 @@
                                </includes>
                                <excludes>
                                        <exclude>.*</exclude>
+                                       <exclude>.*/**</exclude>
                                        <exclude>pom.xml</exclude>
                                        <exclude>build.properties</exclude>
                                </excludes>