now distinguishing between provided and required service and added
[utils] / pom.xml
diff --git a/pom.xml b/pom.xml
index f7ec73e884a959bd31dc86a8d31966239d8b4c76..092ca43ee75a94e49695fc75eccba13984e48449 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                     </execution>
                 </executions>
             </plugin>
-
+            
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>cobertura-maven-plugin</artifactId>
                     </execution>
                 </executions>
             </plugin>
+            
 
         </plugins>
-
+        
     </build>
 
     <reporting>
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>cobertura-maven-plugin</artifactId>
+                <configuration>
+                  <formats>
+                    <format>xml</format>
+                  </formats>
+                </configuration>
             </plugin>
 
             <!-- checkstyle -->