You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2012/01/06 20:39:22 UTC

svn commit: r1228363 - /james/hupa/trunk/pom.xml

Author: eric
Date: Fri Jan  6 19:39:22 2012
New Revision: 1228363

URL: http://svn.apache.org/viewvc?rev=1228363&view=rev
Log:
Comment emma-maven-plugin which gives compilation exception (HUPA-81)

Modified:
    james/hupa/trunk/pom.xml

Modified: james/hupa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/hupa/trunk/pom.xml?rev=1228363&r1=1228362&r2=1228363&view=diff
==============================================================================
--- james/hupa/trunk/pom.xml (original)
+++ james/hupa/trunk/pom.xml Fri Jan  6 19:39:22 2012
@@ -379,19 +379,20 @@
             </plugins>
         </pluginManagement>
         <plugins>
-            <plugin>      
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>emma-maven-plugin</artifactId>
-                <inherited>true</inherited>          
-                <executions>
-                    <execution>
-                        <phase>process-classes</phase>               
-                        <goals>
-                            <goal>instrument</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
+<!--         See https://issues.apache.org/jira/browse/HUPA-81 -->
+<!--             <plugin>       -->
+<!--                 <groupId>org.codehaus.mojo</groupId> -->
+<!--                 <artifactId>emma-maven-plugin</artifactId> -->
+<!--                 <inherited>true</inherited>           -->
+<!--                 <executions> -->
+<!--                     <execution> -->
+<!--                         <phase>process-classes</phase>                -->
+<!--                         <goals> -->
+<!--                             <goal>instrument</goal> -->
+<!--                         </goals> -->
+<!--                     </execution> -->
+<!--                 </executions> -->
+<!--             </plugin> -->
         </plugins>
     </build>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org