简体   繁体   中英

Importing Maven Project from SVN

I have imported a Maven project from SVN developed by another user. After checking out it is showing problems for jar files pointing to other user profile. Isn't Maven supposed to manage the dependencies to avoid these problems?

This process helps me usually:

Right click the project-Run As-Run Configuration - then in goal write eclipse:clean and click run . after cleaning, run eclipse:eclipse . it will take some time to download the dependencies.After that run update the project from maven option.

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