简体   繁体   中英

Error in Project setup in Eclipse

Error in pom.xml is Missing artifact org.geppetto:model:jar:0.2.8
But on the location that jar file is present. pom.xml错误

建立错误

There are two recommended solutions:

  1. How did you obtain the dependency? Is it hosted in MVN Central or an internal dependency? If it is an internal dependency, make sure you install the dependency using Maven Install plugin. (Refer : http://maven.apache.org/plugins/maven-install-plugin/usage.html )

  2. If you have already installed the dependency using the above step, then go to your local dependency location (.m2/org/gepetto/model) and delete all files ending with (.lastUpdated)

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