为了账号安全,请及时绑定邮箱和手机立即绑定

演示source插件时,出现了问题

新建maven项目时,直接进行compile,package项目都没问题,可是一加入

<build>

   <plugins>

    <plugin>

    <groupId>org.apache.maven.plugins</groupId>

    <artifactId>maven-source-plugin</artifactId>

    <version>2.4</version>

    <executions>

    <execution>

    <phase>package</phase>

    <goals>

    <goal>jar-no-fork</goal>

    </goals>

    </execution>

    </executions>

    </plugin>

   </plugins>

  </build>

这些代码,进行clean package就会出现这样的问题:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project find: Fatal error compiling: tools.jar not found: E:\java\jre1.8.0_74\..\lib\tools.jar -> [Help 1]

[ERROR] 

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.

[ERROR] Re-run Maven using the -X switch to enable full debug logging.

[ERROR] 

[ERROR] For more information about the errors and possible solutions, please read the following articles:

[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

将加入的内容删除之后,在进行clean package还是会出现这样的问题,肿么破

正在回答

1 回答

已解决,在eclipse中的windows下的preferences中installedJRES选中,选择Add JRES,加入jdk的安装路径,点确认,在进行clean package即可以了

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
项目管理利器——maven
  • 参与学习       173090    人
  • 解答问题       742    个

使用maven来构建和管理Java项目,从环境配置,到maven核心知识

进入课程

演示source插件时,出现了问题

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信