简体   繁体   English

从SVN导入Maven项目

[英]Importing Maven Project from SVN

I have imported a Maven project from SVN developed by another user. 我已经从另一个用户开发的SVN导入了一个Maven项目。 After checking out it is showing problems for jar files pointing to other user profile. 签出后,显示指向其他用户配置文件的jar文件存在问题。 Isn't Maven supposed to manage the dependencies to avoid these problems? Maven是否应该管理依赖项来避免这些问题?

This process helps me usually: 这个过程通常对我有帮助:

Right click the project-Run As-Run Configuration - then in goal write eclipse:clean and click run . 右键单击项目“运行时配置” ,然后在目标中编写eclipse:clean并单击“ 运行” after cleaning, run eclipse:eclipse . 清洁后,运行eclipse:eclipse it will take some time to download the dependencies.After that run update the project from maven option. 下载依赖项需要一些时间。 运行之后,请maven选项更新项目

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

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