问题截图:
pom.xml
随便找一个地方重新解压一个jdk.gz就行,不需要安装,不用配环境变量。
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<fork>true</fork>
<executable>
/prod/test/ops/other/javapath/jdk-13.0.2injavac
</executable>
</configuration>
</plugin>