]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - modules/server/pom.xml
Fix unit tests classpath
[gpl/argeo-slc.git] / modules / server / pom.xml
index 508fc12bffd8f00a65221b66f4fe253d21525e70..2124b32435da9eedae9f699401b1299000fe723c 100644 (file)
@@ -1,25 +1,56 @@
 <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.slc.server</groupId>
-               <artifactId>deploy</artifactId>
-               <version>0.11.4-SNAPSHOT</version>
+               <groupId>org.argeo.slc</groupId>
+               <artifactId>modules</artifactId>
+               <version>1.1.2-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.server</groupId>
-       <artifactId>org.argeo.slc.server.bundles</artifactId>
-       <packaging>bundles</packaging>
-       <name>Argeo SLC Server Bundles</name>
+       <groupId>org.argeo.slc.modules</groupId>
+       <artifactId>server</artifactId>
+       <packaging>pom</packaging>
+       <name>SLC Modules Server</name>
+       <modules>
+               <module>org.argeo.slc.node.jackrabbit</module>
+               <module>org.argeo.slc.server.repo</module>
+               <module>org.argeo.slc.server.repo.webapp</module>
+       </modules>
        <build>
+               <resources>
+                       <resource>
+                               <directory>.</directory>
+                               <includes>
+                                       <include>**</include>
+                               </includes>
+                               <excludes>
+                                       <exclude>.*</exclude>
+                                       <exclude>pom.xml</exclude>
+                                       <exclude>build.properties</exclude>
+                               </excludes>
+                       </resource>
+               </resources>
                <plugins>
                        <plugin>
-                               <groupId>org.argeo.maven.plugins</groupId>
-                               <artifactId>maven-argeo-osgi-plugin</artifactId>
-                               <extensions>true</extensions>
+                               <artifactId>maven-clean-plugin</artifactId>
                                <configuration>
-                                       <strictManifestVersion>true</strictManifestVersion>
+                                       <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