Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] adding 3rd party jars as dependencies to a Maven project

You might want to look at using the Maven POM Editor in Eclipse. I'm not sure if it'd be faster to manually edit the pom.xml with all of the <dependency> elements that Igor mentioned, or use the editor to add them.


On Fri, Mar 15, 2013 at 4:04 PM, Igor Fedorenko <igor@xxxxxxxxxxxxxx> wrote:
Same as in maven, <dependency> element in project pom.xml file.

--
Regards,
Igor


On 2013-03-15 3:28 PM, Axel Reichwein wrote:
Hello,

I have around 100 3rd party jars that I need to add as dependencies to a
Maven project. What is the easiest way to do it with m2e? Thanks.

Best regards,
Axel



_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users

_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top