]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/pom.xml
[maven-release-plugin] copy for tag argeo-slc-all-0.11.3
[gpl/argeo-slc.git] / runtime / pom.xml
index b13a3c5721834155f9bec073f730831fb7bd0628..447b852d6feb43380797293cf54535557fc02b87 100644 (file)
@@ -3,22 +3,71 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.11.2-SNAPSHOT</version>
+               <version>0.11.3</version>
                <relativePath>../org.argeo.slc</relativePath>
        </parent>
+       <groupId>org.argeo.slc.runtime</groupId>
        <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.ws.client</module>
+               <module>org.argeo.slc.support.equinox</module>
                <module>org.argeo.slc.support.hibernate</module>
+               <module>org.argeo.slc.support.maven</module>
                <module>org.argeo.slc.server</module>
                <module>org.argeo.slc.detached</module>
+               <module>org.argeo.slc.detached.launcher</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>
+               <pluginManagement>
+                       <plugins>
+                               <plugin>
+                                       <artifactId>maven-jar-plugin</artifactId>
+                                       <configuration>
+                                               <archive>
+                                                       <manifestFile>target/classes/META-INF/MANIFEST.MF</manifestFile>
+                                               </archive>
+                                       </configuration>
+                               </plugin>
+
+                               <plugin>
+                                       <groupId>org.apache.felix</groupId>
+                                       <artifactId>maven-bundle-plugin</artifactId>
+                                       <version>${version.maven-bundle-plugin}</version>
+                                       <extensions>true</extensions>
+                                       <configuration>
+                                               <manifestLocation>target/classes/META-INF</manifestLocation>
+                                               <instructions>
+                                                       <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
+                                                       <_removeheaders>Bnd-LastModified</_removeheaders>
+                                               </instructions>
+                                       </configuration>
+                                       <executions>
+                                               <execution>
+                                                       <id>bundle-manifest</id>
+                                                       <phase>process-classes</phase>
+                                                       <goals>
+                                                               <goal>manifest</goal>
+                                                       </goals>
+                                               </execution>
+                                       </executions>
+                               </plugin>
+                       </plugins>
+               </pluginManagement>
+       </build>
 </project>