Submit a jira to the mojo project, attach the plugin. Take a look at
this page for info
http://mojo.codehaus.org/development/submitting-a-plugin.html

Then once a mojo committer likes it, it will get added to the sandbox.

-----Original Message-----
From: Sasvata Chatterjee [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 01, 2006 10:13 AM
To: Maven Users List
Subject: Re: Copying resources to the javadoc output directory.

I have written a copy files Mojo, as part of an OSS project.  Quite
willing to move it to the Codehaus Mojo project as it seems this could
be of general use.
Let me know on what it takes to get a plugin started under the Mojo
banner...if this is acceptible.

On 2/28/06, Brian E. Fox <[EMAIL PROTECTED]> wrote:
> 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]
>
>

---------------------------------------------------------------------
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