On Wed, 12 Mar 2003, Paulo Eduardo Azevedo Silveira wrote:

> Do I need to do this also for /WEB-INF/lib? I would like that maven copies the 
> needes jars from the repository, is
> this possible?

Again:

Specify jarfiles that need to be in the warfile thusly:
  <dependencies>
    <dependency>
      <id>struts</id>
      <version>1.1-RC1</version>
      <properties>
        <war.bundle.jar>true</war.bundle.jar>
      </properties>
    </dependency>
   ... other <dependency> elements ...
  </dependencies>

The war.bundle.jar property will copy over the jar files into lib.

-Kurt


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

Reply via email to