Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] finding dependencies in war

Have you tried using m2e-wtp, the Maven Integration for Eclipse WTP plugin?
It configures the Maven Classpath Library to be deployed on WTP servers.
See https://github.com/sonatype/m2eclipse-wtp/wiki for more informations.

HIH

Regards,

Fred Bricon

On Tue, Nov 15, 2011 at 10:20 PM, Timothy I. McGinnis <tmcginnis@xxxxxxxxxxxxxxx> wrote:

I used to tweak maven to copy the dependencies into the WEB-INF/lib directory of my war and everything would work when using the servers in eclipse.  But now m2eclipse doesn’t allow me to use the copy-dependencies goal.  Is there another way to do this or tell eclipse where the dependencies are?

 

Tim McGinnis

 

 


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




--
"Have you tried turning it off and on again" - The IT Crowd

Back to the top