在构建 maven 项目时出现此错误

While building the maven project getting this error

我在 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

我现在该怎么办??

这是因为在 Maven 存储库中缺少 Liferay 插件版本 6.2.3。 http://repo1.maven.org/maven2/com/liferay/maven/plugins/