码迷,mamicode.com
首页 > 编程语言 > 详细

Maven错误-Missing artifact com.sun:tools:jar:1.5.0:system 解决方式

时间:2016-06-12 12:27:58      阅读:783      评论:0      收藏:0      [点我收藏+]

标签:

1、Missing artifact com.sun:tools:jar:1.5.0:system

Could not resolve dependencies for project com.iflytek.whshgl:whshgl-report:war:0.0.1-SNAPSHOT: Could not find artifact com.sun:tools:jar:1.5.0 at specified path C:\java\jre/../lib/tools.jar

<dependency>
            <groupId>com.sun</groupId>
            <artifactId>tools</artifactId>
            <version>1.5.0</version>
            <scope>system</scope>
            <systemPath>H:/Java/jdk1.7.0_05/lib/tools.jar</systemPath>
        </dependency>

 

Maven错误-Missing artifact com.sun:tools:jar:1.5.0:system 解决方式

标签:

原文地址:http://www.cnblogs.com/wuyechun/p/5576934.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!