Sounds like a "copy" plugin is in order? 

-----Original Message-----
From: Barrie Treloar [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 28, 2006 7:11 PM
To: Maven Users List
Subject: Re: Copying resources to the javadoc output directory.

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]



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

Reply via email to