You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2014/10/07 21:58:11 UTC

svn commit: r1629973 - /maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-157/invoker.properties

Author: jdcasey
Date: Tue Oct  7 19:58:11 2014
New Revision: 1629973

URL: http://svn.apache.org/r1629973
Log:
adding minimum 1.6 JDK version to prevent problems in 1.5

Modified:
    maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-157/invoker.properties

Modified: maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-157/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-157/invoker.properties?rev=1629973&r1=1629972&r2=1629973&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-157/invoker.properties (original)
+++ maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-157/invoker.properties Tue Oct  7 19:58:11 2014
@@ -15,4 +15,5 @@
 # specific language governing permissions and limitations
 # under the License.
 
-invoker.goals=clean process-test-classes
\ No newline at end of file
+invoker.java.version = 1.6+
+invoker.goals=clean process-test-classes