简体   繁体   English

在构建Maven项目时遇到此错误

[英]While building the maven project getting this error

I have created a maven project in eclipse and i am getting error in that. 我已经在eclipse中创建了一个Maven项目,但我遇到了错误。

Could not calculate build plan: Plugin com.liferay.maven.plugins:liferay-maven-plugin:6.2.3 or one of its dependencies could not be resolved: Failure to find com.liferay.maven.plugins:liferay-maven-plugin:jar:6.2.3 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced
Plugin com.liferay.maven.plugins:liferay-maven-plugin:6.2.3 or one of its dependencies could not be resolved: Failure to find com.liferay.maven.plugins:liferay-maven-plugin:jar:6.2.3 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced

what should i do now?? 我现在应该怎么办??

Its because in maven repository Liferay plugin version 6.2.3 is missing. 这是因为在Maven存储库中缺少Liferay插件版本6.2.3。 http://repo1.maven.org/maven2/com/liferay/maven/plugins/ http://repo1.maven.org/maven2/com/liferay/maven/plugins/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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