]> 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 e292e13e98f36a94a33f1d2a987a708c142cbc88..129e5b700c7006ef2cf4c4fbefa67b4dfb9c9401 100644 (file)
@@ -2,18 +2,20 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>0.3.4</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>
                                </includes>
                                <excludes>
                                        <exclude>.*</exclude>
+                                       <exclude>.*/**</exclude>
                                        <exclude>pom.xml</exclude>
                                        <exclude>build.properties</exclude>
                                </excludes>
                        </resource>
                </resources>
-               <plugins>
-                       <plugin>
-                               <artifactId>maven-clean-plugin</artifactId>
-                               <configuration>
-                                       <filesets>
-                                               <fileset>
-                                                       <directory>META-INF</directory>
-                                                       <includes>
-                                                               <include>MANIFEST.MF</include>
-                                                       </includes>
-                                               </fileset>
-                                       </filesets>
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-jar-plugin</artifactId>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                       </plugin>
-               </plugins>
        </build>
 </project>
\ No newline at end of file