简体   繁体   中英

Can't build workspace in spring tool suite

I am having a problem while creating a spring roo project in spring tool suite.. the problem is it says "building workspace has encountered a problem.error occured during the build.

on viewing details:

Errors occurred during the build.
Errors running builder 'Maven Project Builder' on project 'first'.
Could not calculate build plan: Plugin org.codehaus.mojo:aspectj-maven-plugin:1.4 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.codehaus.mojo:aspectj-maven-plugin:jar:1.4
Plugin org.codehaus.mojo:aspectj-maven-plugin:1.4 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.codehaus.mojo:aspectj-maven-plugin:jar:1.4
Could not calculate build plan: Plugin org.codehaus.mojo:aspectj-maven-plugin:1.4 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.codehaus.mojo:aspectj-maven-plugin:jar:1.4
Plugin org.codehaus.mojo:aspectj-maven-plugin:1.4 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.codehaus.mojo:aspectj-maven-plugin:jar:1.4 

It seems your downloaded dependencies got corrupted somehow.

Try running:

mvn -U clean install

I do answer beacuse I do not have enough reputation to make comment.So;

In STS I got the same error then found @dhamibirendra's answer and I tried and it worked in different way. (Right Clik On Project -->Run as Maven Build(not 3dot)) then write U- clean install on goal and run.(Do not forget to set Maven Runtime to external) After is done I got same error again on same project. Then I delete existing project and create new one and works with no problem. Maybe it helps someone.

右键单击Project->以Maven Build运行,然后单击build clean上的选项并一步一步安装,然后在目标部分U-clean install中运行此命令,然后单击Run。如果仍然看到,请刷新项目问题,然后删除旧项目并创建新项目。

删除pom.xml文件,然后将其再次粘贴到Web内容文件夹中。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM