Author: jasha
Date: Thu Dec 27 11:40:37 2012
New Revision: 1426170

URL: http://svn.apache.org/viewvc?rev=1426170&view=rev
Log:
RAVE-862 downgrade maven-compiler-plugin back to 2.3.2
Works in Java 7 but triggers a bug in Java 6 when executing mvn install 
cobertura:cobertura

Modified:
    rave/trunk/pom.xml

Modified: rave/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/rave/trunk/pom.xml?rev=1426170&r1=1426169&r2=1426170&view=diff
==============================================================================
--- rave/trunk/pom.xml (original)
+++ rave/trunk/pom.xml Thu Dec 27 11:40:37 2012
@@ -562,7 +562,8 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>3.0</version>
+                    <!-- upgrade to 3.0 triggers JDK 6 bug when executing mvn 
install cobertura:cobertura -->
+                    <version>2.3.2</version>
                     <configuration>
                         <source>1.6</source>
                         <target>1.6</target>


Reply via email to