]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/pom.xml
Add OSGi boot
[gpl/argeo-slc.git] / runtime / pom.xml
index b13a3c5721834155f9bec073f730831fb7bd0628..dd3d487b34f9d5c36735a190dc7f19a3ed9a227d 100644 (file)
@@ -3,17 +3,20 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.11.2-SNAPSHOT</version>
+               <version>0.11.3-SNAPSHOT</version>
                <relativePath>../org.argeo.slc</relativePath>
        </parent>
        <artifactId>argeo-slc-runtime</artifactId>
        <packaging>pom</packaging>
        <name>Argeo SLC Runtime</name>
        <modules>
+               <module>org.argeo.slc.osgiboot</module>
                <module>org.argeo.slc.specs</module>
                <module>org.argeo.slc.support.simple</module>
                <module>org.argeo.slc.support.castor</module>
+               <module>org.argeo.slc.support.activemq</module>
                <module>org.argeo.slc.support.ant</module>
+               <module>org.argeo.slc.support.equinox</module>
                <module>org.argeo.slc.support.ws.client</module>
                <module>org.argeo.slc.support.hibernate</module>
                <module>org.argeo.slc.server</module>
                <module>org.argeo.slc.launcher</module>
                <module>org.argeo.slc.lib.detached</module>
        </modules>
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-javadoc-plugin</artifactId>
+                               <configuration>
+                                       <aggregate>true</aggregate>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
 </project>