|
公司新来了位同事, 把我们的java系统由build Ant 改为Maven,讲课时我没去。晕,现在麻烦了。
maven install 时报错com.sun:tools:jar:1.5.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=com.sun -DartifactId=tools \
-Dversion=1.5.0 -Dpackaging=jar -Dfile=/path/to/file
找不出为什么? |
|