]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/pom.xml
Factorize bundles management
[gpl/argeo-slc.git] / runtime / pom.xml
index b1325f27d6711b46e2cc3295fa317ed3e9f4ecfa..cfe68ab31ac83d7252efba03b7a5fb959d55d6c9 100644 (file)
@@ -1,13 +1,14 @@
-<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>
+               <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.runtime</groupId>
-       <artifactId>argeo-slc-runtime</artifactId>
+       <groupId>org.argeo.slc</groupId>
+       <artifactId>runtime</artifactId>
        <packaging>pom</packaging>
        <name>Argeo SLC Runtime</name>
        <modules>
                <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>
@@ -44,7 +38,6 @@
                                                </archive>
                                        </configuration>
                                </plugin>
-
                                <plugin>
                                        <groupId>org.apache.felix</groupId>
                                        <artifactId>maven-bundle-plugin</artifactId>
                        </plugins>
                </pluginManagement>
        </build>
+       <!-- 
+       <reporting>
+               <plugins>
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>cobertura-maven-plugin</artifactId>
+                       </plugin>
+               </plugins>
+       </reporting>
+        -->
 </project>