Re: generating Classpath for war modules

2006-04-18 Thread Wayne Fay
You're missing the inside which contains . Wayne On 4/18/06, Janos Mucsi <[EMAIL PROTECTED]> wrote: > Wayne > Thanks for replying, but it does not work. Here is your advice: > > I think you're looking for... > > > maven-war-plugin > > > > true > > > > > > HTH.

Re: generating Classpath for war modules

2006-04-17 Thread Janos Mucsi
Wayne Thanks for replying, but it does not work. Here is your advice: I think you're looking for... maven-war-plugin true HTH. Wayne Here is my POM: springframework spring 1.2.6 runtime org.apache.maven.plugins

Re: generating Classpath for war modules

2006-04-17 Thread Wayne Fay
I think you're looking for... maven-war-plugin true HTH. Wayne On 4/17/06, Janos Mucsi <[EMAIL PROTECTED]> wrote: > Hi > If I am doing this in pom.xml > > org.apache.maven.plugins > maven-war-plugin > > > >

generating Classpath for war modules

2006-04-17 Thread Janos Mucsi
Hi If I am doing this in pom.xml org.apache.maven.plugins maven-war-plugin ${pom.dependencies} ${basedir}/WebContent ${basedir}/WebContent/WEB-INF/web.xml