我的电脑上安装了JDK 7和8。我尝试将JAVA_HOME设置为JDK 8,并在maven pom文件中将其设置为1.7,如下所示: <maven.compiler.target>1.7</maven.compiler.targetdoesn't allow this, it have to be [true == (boolean)mapData.g
在从maven install调用IntelliJ时,我一直得到这样的信息:
Error while creating archive: Unable to find javadoc command:The environment variable JAVA_HOME is not correctly set.我可以在我的工作目录内的终端上运行maven-install,但是有谁知道如何让它在IntelliJ中实际工作呢?