I have a project in Eclipse which I built using Maven and it has hundreds of JARs as reference libraries. Is there a way to include all these reference libraries to another project?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Since the original project involved Maven dependencies, there are two ways of doing this.
– Maven
To accomplish this in Maven style refer to this question. How to add "Maven Managed Dependencies" library in build path eclipse?
– Adding a project as dependency
The more simpler way of doing this (for beginners and testers), is to just include the original project as a dependency to the new project.
Select all the dependencies that you want for your new project.