]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/pom.xml
Add source for everybody
[gpl/argeo-slc.git] / runtime / pom.xml
index cfe68ab31ac83d7252efba03b7a5fb959d55d6c9..0f4658e6e72e0b4c02b3ebcaa4f48ce372214a91 100644 (file)
@@ -4,28 +4,33 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.11.4-SNAPSHOT</version>
+               <version>0.12.2-SNAPSHOT</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>
                                                </archive>
                                        </configuration>
                                </plugin>
+                               <plugin>
+                                       <groupId>org.apache.maven.plugins</groupId>
+                                       <artifactId>maven-source-plugin</artifactId>
+                               </plugin>
                                <plugin>
                                        <groupId>org.apache.felix</groupId>
                                        <artifactId>maven-bundle-plugin</artifactId>
@@ -46,6 +55,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.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>