Author: bentmann Date: Thu Dec 31 14:32:45 2009 New Revision: 894849 URL: http://svn.apache.org/viewvc?rev=894849&view=rev Log: [MCOMPILER-83] add separate configuration for test compiler
o Fixed/added since tags Modified: maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/TestCompilerMojo.java Modified: maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/TestCompilerMojo.java URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/TestCompilerMojo.java?rev=894849&r1=894848&r2=894849&view=diff ============================================================================== --- maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/TestCompilerMojo.java (original) +++ maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/TestCompilerMojo.java Thu Dec 31 14:32:45 2009 @@ -96,6 +96,7 @@ * The -source argument for the test Java compiler. * * @parameter expression="${maven.compiler.testSource}" + * @since 2.1 */ private String testSource; @@ -103,6 +104,7 @@ * The -target argument for the test Java compiler. * * @parameter expression="${maven.compiler.testTarget}" + * @since 2.1 */ private String testTarget; @@ -117,7 +119,7 @@ * </p> * * @parameter - * @since 2.0.1 + * @since 2.1 */ private Map testCompilerArguments; @@ -131,6 +133,7 @@ * </p> * * @parameter + * @since 2.1 */ private String testCompilerArgument;