]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/pom.xml
Fix issue with object lists in Castor
[gpl/argeo-slc.git] / runtime / pom.xml
index 3d8ce486dd8faf199e154ecb5c9e89a8663d49ef..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>
@@ -45,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>