Hi,

Thanks for the advice - doesn't seem to work for me though...

I have:

    <dependency>
      <id>eragbatutils</id>
      <version>3.15.dev</version>
      <url>http://host/repository/</url>
        <properties>
                <war.bundle.jar>true</war.bundle.jar>
          </properties>
    </dependency>

But the file isn't copied in from the repo.  I'll try having a look at the
Reactor stuff too....

Cheers anyway!

     Mike





Rick Salsa <[EMAIL PROTECTED]> on 19/09/2002 16:14:43

Please respond to "Turbine Maven Users List"
      <[EMAIL PROTECTED]>



To:   Turbine Maven Users List <[EMAIL PROTECTED]>
cc:
Subject:  Re: Using Maven to build projects

Add:

<properties>
    <war.bundle.jar>true</war.bundle.jar>
</properties>

to each dependency you want in the final war file.

/rick

[EMAIL PROTECTED] wrote:

>Hi Maven mavens,
>
>Is there any way to get Maven to build the *full* project, including
>      dependent jars?  The war task only builds the jar for the project
>      provided, and doesn't include the dependencies....
>
>Would be excellent to leverage the power of that dependency list!
>
>Thanks,
>
>      Mike
>
>
>--
>To unsubscribe, e-mail:   <
mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <
mailto:[EMAIL PROTECTED]>
>
>
>
>


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







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

Reply via email to