You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2007/12/06 00:19:34 UTC

svn commit: r601572 - /geronimo/gshell/trunk/javacc-maven-plugin/pom.xml

Author: jdillon
Date: Wed Dec  5 15:19:33 2007
New Revision: 601572

URL: http://svn.apache.org/viewvc?rev=601572&view=rev
Log:
(GSHELL-78) Disable cobertura-maven-plugin for now

Modified:
    geronimo/gshell/trunk/javacc-maven-plugin/pom.xml

Modified: geronimo/gshell/trunk/javacc-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/javacc-maven-plugin/pom.xml?rev=601572&r1=601571&r2=601572&view=diff
==============================================================================
--- geronimo/gshell/trunk/javacc-maven-plugin/pom.xml (original)
+++ geronimo/gshell/trunk/javacc-maven-plugin/pom.xml Wed Dec  5 15:19:33 2007
@@ -221,11 +221,17 @@
                 </configuration>
             </plugin>
             
+            <!--
+            NOTE: Disabled for now, until 2.2 is released.
+            
+                  https://issues.apache.org/jira/browse/GSHELL-78
+            
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>cobertura-maven-plugin</artifactId>
                 <version>2.2-SNAPSHOT</version>
             </plugin>
+            -->
         </plugins>
     </reporting>