have a look at the copyDependencies goal of the maven-dependency- plugin (or it might be the copy-dependencies goal)

Sent from my iPod

On 21 Nov 2008, at 19:23, "Andrew Goktepe" <[EMAIL PROTECTED]> wrote:

Before I look into writing a custom plugin: is there any way to get Maven to
produce an artifact (zip?) containing the dependencies with scope
"provided"?

Most of the jar files required by our web app will be provided by Tomcat outside of the war file. But since I also need to be the one to provide these jars, it would be ideal if I could have Maven produce them based on
declared scope in the POM files.  Without this, we are sure to see
mismatches in compile vs runtime library versions over time.

-Andrew

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to