简体   繁体   中英

Maven build issue, cannot resolve present artifact

I am running into the following issue with Maven. I have currently one parent project with 10 child projects (clean checkout) using Eclipse w/ m2e.

On Project->Clean I receive the following error:

Project configuration is not up-to-date with pom.xml. Run Maven->Update Project or use Quick Fix for one of the child projects.

On running Maven->Update Project (with and without Force), as well as Quick Fix I get the following error:

'Updating Maven Project' has encountered a problem. Could not resolve artifact com.ema.qdsl:qdsl-jpa:jar:a-hone-jar:0.0.0

When I check /.m2/repository/com/ema/qdsl/qdsl-jpa/4.1.1/ there is a qdsl-jpa-4.1.1-a-hone-jar.jar present there.

What could be the issue here? Or am I misunderstanding the notation of the artifact maven cannot resolve?

似乎您缺少pom.xml中的依赖项版本

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