简体   繁体   中英

Eclipse project and maven dependency

I have the project in eclipse with static folder (lib). This folder contains a lot of libraries, also build process of this project based on the maven. Can I automate import(using eclipse maven plugin) all libraries for lib folder to the maven dependencies or I should do it manually? Thanks.

Can I automate import (using eclipse maven plugin) all libraries for lib folder to the maven dependencies or I should do it manually?

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 .

And see Maven, how to add additional libs not available in repo for the various possibilities to deal with your JARs.

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