大神们,请问 maven中的<fork>true</fork>有什么作用?
配置项目使用的jdk,一般在pom.xml中配置 <configuration> <verbose>true</verbose> <span style="white-space:pre"></span> <fork>true</fork> <source>1.7</source> <target>1.7</target> <executable>c:/jdk1.7/bin/javac</executable> </configuration>
用于明确表示编译版本配置有效