mirror of https://github.com/apache/maven.git
add note
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@327873 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
42204a5125
commit
bc1d56f5d4
|
@ -81,6 +81,7 @@ public class IdeaMojo
|
||||||
* Specify the version of the JDK to use for the project for the purpose of enabled assertions and 5.0 language features.
|
* Specify the version of the JDK to use for the project for the purpose of enabled assertions and 5.0 language features.
|
||||||
* The default value is the specification version of the executing JVM.
|
* The default value is the specification version of the executing JVM.
|
||||||
* @parameter expression="${jdkLevel}"
|
* @parameter expression="${jdkLevel}"
|
||||||
|
* @todo would be good to use the compilation source if possible
|
||||||
*/
|
*/
|
||||||
private String jdkLevel;
|
private String jdkLevel;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue