]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/pom.xml
[maven-release-plugin] copy for tag argeo-slc-0.12.1
[gpl/argeo-slc.git] / runtime / pom.xml
index 6626dba56557a73d26904b06ee70252b9270066e..c63c991af8fc0ab520856acfa3b69773b84c5056 100644 (file)
@@ -1,31 +1,35 @@
-<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.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.11.4-SNAPSHOT</version>
-               <relativePath>../org.argeo.slc</relativePath>
+               <version>0.12.1</version>
+               <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc</groupId>
        <artifactId>runtime</artifactId>
        <packaging>pom</packaging>
-       <name>Argeo SLC Runtime</name>
+       <name>SLC Runtime</name>
        <modules>
                <module>org.argeo.slc.osgiboot</module>
                <module>org.argeo.slc.specs</module>
+               <module>org.argeo.slc.core</module>
+               <module>org.argeo.slc.unit</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.osgi</module>
                <module>org.argeo.slc.support.equinox</module>
                <module>org.argeo.slc.support.hibernate</module>
+               <module>org.argeo.slc.support.ant</module>
                <module>org.argeo.slc.support.maven</module>
+               <module>org.argeo.slc.support.jemmy</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>
+               <module>org.argeo.slc.support.ws.client</module>
        </modules>
        <build>
                <pluginManagement>
@@ -46,6 +50,7 @@
                                        <configuration>
                                                <manifestLocation>target/classes/META-INF</manifestLocation>
                                                <instructions>
+                                                       <Bundle-Version>${project.version}-r${buildNumber}</Bundle-Version>
                                                        <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
                                                        <_removeheaders>Bnd-LastModified</_removeheaders>
                                                </instructions>
                        </plugins>
                </pluginManagement>
        </build>
-       <reporting>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-project-info-reports-plugin</artifactId>
-                               <reportSets>
-                                       <reportSet>
-                                               <reports>
-                                                       <report>index</report>
-                                                       <report>summary</report>
-                                                       <report>dependencies</report>
-                                                       <report>license</report>
-                                                       <report>scm</report>
-                                               </reports>
-                                       </reportSet>
-                                       <reportSet>
-                                               <inherited>false</inherited>
-                                               <reports>
-                                                       <report>dependency-convergence</report>
-                                                       <report>dependency-management</report>
-                                                       <report>issue-tracking</report>
-                                                       <report>plugin-management</report>
-                                               </reports>
-                                       </reportSet>
-                               </reportSets>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-javadoc-plugin</artifactId>
-                               <inherited>false</inherited>
-                               <configuration>
-                                       <aggregate>true</aggregate>
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-jxr-plugin</artifactId>
-                               <configuration>
-                                       <aggregate>true</aggregate>
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-surefire-report-plugin</artifactId>
-                               <inherited>false</inherited>
-                               <configuration>
-                                       <aggregate>true</aggregate>
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>cobertura-maven-plugin</artifactId>
-                       </plugin>
-               </plugins>
-       </reporting>
+       <!-- 
+       <profiles>
+               <profile>
+                       <id>release</id>
+                       <build>
+                               <plugins>
+                                       <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-Version>${project.version}.r${buildNumber}</Bundle-Version>
+                                                               <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>
+                       </build>
+               </profile>
+       </profiles> -->
+       <!--
+               <reporting> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId>
+               <artifactId>cobertura-maven-plugin</artifactId> </plugin> </plugins>
+               </reporting>
+       -->
 </project>