Re: dependency plugin and version

2007-11-21 Thread deckrider
Just wanted to report back that I finally go this to work by doing this (thanks for the clues along the way): org.apache.maven.plugins maven-war-plugin ${project.build.directory}/dependency

Re: dependency plugin and version

2007-11-19 Thread deckrider
Hmm, I'm having trouble getting 'unpack-dependencies' to work the way I want. It seems that much more is included in my war file than 'unpack' would give (and unpack would give exactly what I wanted). Originally I was trying to follow this: http://mojo.codehaus.org/webstart-maven-plugin-parent/w

Re: dependency plugin and version

2007-11-19 Thread deckrider
Ok, I got this to include only what I want by changing the phase from 'process-resources' to 'package'. However, because of the dependencies, the jars are placed under WEB-INF/lib in the war file, which is not correct. On Nov 19, 2007 3:53 PM, deckrider <[EMAIL PROTECTED]> wrote: > Hmm, I'm havin

RE: dependency plugin and version

2007-11-19 Thread Brian E. Fox
The dependency plugin doesn't support versions in the copy/unpack goals. You could try the unpack-dependencies goal instead since that allows maven core to resolve it. You would then use the filters to get only the file you want. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PR