提交 de205473 编写于 作者: O olivier lamy

modify comment on compiler plugin

上级 eea7b510
......@@ -553,11 +553,14 @@ THE SOFTWARE.
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5</version><!-- SNAPSHOT release from rev.1336858 to pick up 'compilerReuseStrategy' flag -->
<version>2.5</version>
<configuration><!-- we specify this in the parent POM, so this is redundant, but otherwise IntelliJ is unhappy -->
<source>1.5</source>
<target>1.5</target>
<!-- default reuseCreated is more performant
feel free to uncomment if you have any issues on your platform
<compilerReuseStrategy>alwaysNew</compilerReuseStrategy>
-->
</configuration>
</plugin>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册