标签:javac rar mave library har exec highlight nes 代码
在pom中加入下面代码:
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <verbose>true</verbose> <fork>true</fork> <executable>/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/bin/javac</executable> </configuration> </plugin>
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:co
标签:javac rar mave library har exec highlight nes 代码
原文地址:https://www.cnblogs.com/hoge66/p/9523219.html