maven and wtp dependencies not in WEB-INF/lib

2012-01-12 Thread Paul Rivera
Hi Guys, In a nutshell, I'm using maven on a web project which has a dependency on a java project.  Both projects are in my eclipse workspace.  By running "mvn eclipse:eclipse -Dwtpversion=2.0", maven resolves that the java project dependency is in my workspace.  But when I run my web project o

Re: maven and wtp dependencies not in WEB-INF/lib

2012-01-12 Thread Barrie Treloar
On Fri, Jan 13, 2012 at 9:22 AM, Paul Rivera wrote: > Hi Guys, > > In a nutshell, I'm using maven on a web project which has a dependency on a > java project.  Both projects are in my eclipse workspace.  By running "mvn > eclipse:eclipse -Dwtpversion=2.0", maven resolves that the java project >

Re: maven and wtp dependencies not in WEB-INF/lib

2012-01-13 Thread Ron Wheeler
Trying to use Maven without a repo is a horrible way to work. Install a proper Maven repo. Your problem looks like an Eclipse issue and you can probably get more interest in an Eclipse forum. Ron On 12/01/2012 5:52 PM, Paul Rivera wrote: Hi Guys, In a nutshell, I'm using maven on a web pro

Re: maven and wtp dependencies not in WEB-INF/lib

2012-01-13 Thread Gabriel Belingueres
Hi! I see you are running with -Dwtpversion=2.0. According to the 2.8 version docs [1], it is NOT supported. In my experience, I always use 1.5 and any other higher version doesn't work. 3 things you want to make sure you have properly configured: * M2_REPO is defined inside eclipse * that you c