]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - server/modules/pom.xml
Move to the root the bundles which will be part of v1.4 and v2.2
[lgpl/argeo-commons.git] / server / modules / pom.xml
index 625cee835b075e782b5cb14d050a8ef92227f085..18652f2ed55187597f6717a3e46f444ab955a4d4 100644 (file)
@@ -1,42 +1,42 @@
-<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">
+<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.2-SNAPSHOT</version>
+               <version>2.1.12-SNAPSHOT</version>
                <artifactId>server</artifactId>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.commons.server</groupId>
-       <artifactId>modules</artifactId>
-       <packaging>bundles</packaging>
+       <groupId>org.argeo.commons</groupId>
+       <artifactId>argeo-commons</artifactId>
+       <packaging>pom</packaging>
        <name>Commons Server Modules</name>
+       <modules>
+               <module>org.argeo.ext.jackrabbit.sybase</module>
+               <module>org.argeo.ext.jdbm</module>
+               <module>org.argeo.ext.bsf</module>
+               <module>org.argeo.jackrabbit.webapp</module>
+               <module>org.argeo.node.repo.jackrabbit</module>
+               <module>org.argeo.server.activemq.broker</module>
+               <module>org.argeo.server.ads.server</module>
+               <module>org.argeo.server.catalina</module>
+               <module>org.argeo.server.jdbc</module>
+               <module>org.argeo.server.rap.webapp</module>
+<!--           <module>org.argeo.server.tomcat</module> -->
+       </modules>
        <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.argeo.maven.plugins</groupId>
-                               <artifactId>maven-argeo-osgi-plugin</artifactId>
-                               <extensions>true</extensions>
-                               <configuration>
-                                       <bundlesPomArtifactId>org.argeo.server.modules</bundlesPomArtifactId>
-                               </configuration>
-                       </plugin>
-               </plugins>
+               <resources>
+                       <resource>
+                               <directory>.</directory>
+                               <includes>
+                                       <include>**</include>
+                               </includes>
+                               <excludes>
+                                       <exclude>.*</exclude>
+                                       <exclude>.*/**</exclude>
+                                       <exclude>pom.xml</exclude>
+                                       <exclude>build.properties</exclude>
+                               </excludes>
+                       </resource>
+               </resources>
        </build>
-       <dependencies>
-               <dependency>
-                       <groupId>org.argeo.commons.server</groupId>
-                       <artifactId>org.argeo.server.dep.jackrabbit.server</artifactId>
-                       <version>0.1.2-SNAPSHOT</version>
-                       <type>pom</type>
-               </dependency>
-
-               <!-- Used to start the Apache Directory server -->
-               <dependency>
-                       <groupId>org.argeo.commons.server</groupId>
-                       <artifactId>org.argeo.server.ads</artifactId>
-                       <version>0.1.2-SNAPSHOT</version>
-               </dependency>
-
-       </dependencies>
 </project>
\ No newline at end of file