]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - server/modules/pom.xml
[maven-release-plugin] prepare for next development iteration
[lgpl/argeo-commons.git] / server / modules / pom.xml
index 7b0c83e97df1ab317467698ab993b27de0832e3e..0ec4a08b9d21b5ce8a42bd54c968478bc8a4ddfd 100644 (file)
@@ -2,22 +2,69 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>0.2.3-SNAPSHOT</version>
+               <version>1.1.2-SNAPSHOT</version>
                <artifactId>server</artifactId>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.commons.server</groupId>
        <artifactId>modules</artifactId>
-       <packaging>bundles</packaging>
+       <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.jackrabbit.webapp</module>
+               <module>org.argeo.node.repo.jackrabbit</module>
+               <module>org.argeo.node.repofactory.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.hsqldb</module>
+               <module>org.argeo.server.jdbc</module>
+               <module>org.argeo.server.mysql</module>
+               <module>org.argeo.server.rap.webapp</module>
+               <module>org.argeo.server.tomcat</module>
+       </modules>
        <build>
+               <resources>
+                       <resource>
+                               <directory>.</directory>
+                               <includes>
+                                       <include>**</include>
+                               </includes>
+                               <excludes>
+                                       <exclude>.*</exclude>
+                                       <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>
-                                       <bundlesPomArtifactId>org.argeo.server.modules</bundlesPomArtifactId>
+                                       <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>
+                               <configuration>
+                                       <instructions>
+                                               <Export-Package />
+                                       </instructions>
                                </configuration>
                        </plugin>
                </plugins>