added spring subsystem implementation.
[utils] / pom.xml
diff --git a/pom.xml b/pom.xml
index dd95286d0b60a5859e0b777350d4c59701f63261..092ca43ee75a94e49695fc75eccba13984e48449 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                     </execution>
                 </executions>
             </plugin>
+            
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>cobertura-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>clean</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+            
 
         </plugins>
-
+        
     </build>
 
     <reporting>