简体   繁体   English

Eclipse项目和Maven依赖

[英]Eclipse project and maven dependency

I have the project in eclipse with static folder (lib). 我在带有静态文件夹(lib)的Eclipse中有项目。 This folder contains a lot of libraries, also build process of this project based on the maven. 这个文件夹包含很多库,也是基于maven的这个项目的构建过程。 Can I automate import(using eclipse maven plugin) all libraries for lib folder to the maven dependencies or I should do it manually? 我可以自动(使用Eclipse Maven插件)将lib文件夹的所有库导入到Maven依赖项,还是应该手动执行? Thanks. 谢谢。

Can I automate import (using eclipse maven plugin) all libraries for lib folder to the maven dependencies or I should do it manually? 我可以自动(使用Eclipse Maven插件)将lib文件夹的所有库导入到Maven依赖项中,还是应该手动执行?

To strictly answer your question, there is no automated tool, although you could maybe script something in the spirit of Finding the right version of the right JAR in a maven repository . 要严格回答您的问题,没有自动化的工具,尽管您可以本着在maven存储库找到正确的JAR版本的精神编写脚本。

And see Maven, how to add additional libs not available in repo for the various possibilities to deal with your JARs. 并参见Maven,如何添加repo中不可用的其他库,以处理JAR的各种可能性。

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

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