On 3/1/06, Wayne Fay <[EMAIL PROTECTED]> wrote:
> I haven't done it myself, but I believe you can use the Assembly
> plugin to achieve this, though its rather convoluted...
>
> http://maven.apache.org/plugins/maven-assembly-plugin/howto.html
>
> Basically you create the package like normal, and include the
> LICENSE.txt in the Jar, and then use Assembly to unpack those files
> during the site phase.
>
> If you get this working, please respond with your pom.xml so the rest
> of us can benefit and perhaps it will be documented.

I've tried the assembly task.

It will create the files under target/<finalName>-<id> from the
assembly configuration in pom.xml

Which means I have to manually move the files out of this directory
into target/site

I have tried fiddling with the values in finalName and id to get it
into target/site but nothing has worked.

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

Reply via email to