]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/pom.xml
Add CPD report
[gpl/argeo-slc.git] / runtime / pom.xml
index e6a4dcf1b6c4ac7e5f5edd707e5e601a47530f7a..cfe68ab31ac83d7252efba03b7a5fb959d55d6c9 100644 (file)
@@ -4,11 +4,11 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.11.3-SNAPSHOT</version>
-               <relativePath>../org.argeo.slc</relativePath>
+               <version>0.11.4-SNAPSHOT</version>
+               <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>
@@ -49,7 +38,6 @@
                                                </archive>
                                        </configuration>
                                </plugin>
-
                                <plugin>
                                        <groupId>org.apache.felix</groupId>
                                        <artifactId>maven-bundle-plugin</artifactId>
@@ -58,9 +46,7 @@
                                        <configuration>
                                                <manifestLocation>target/classes/META-INF</manifestLocation>
                                                <instructions>
-                                                       <Bundle-SymbolicName>
-                                                               ${pom.artifactId}
-                                                       </Bundle-SymbolicName>
+                                                       <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
                                                        <_removeheaders>Bnd-LastModified</_removeheaders>
                                                </instructions>
                                        </configuration>
                        </plugins>
                </pluginManagement>
        </build>
+       <!-- 
+       <reporting>
+               <plugins>
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>cobertura-maven-plugin</artifactId>
+                       </plugin>
+               </plugins>
+       </reporting>
+        -->
 </project>