Generating zip o tar with the javadocs

2007-08-08 Thread Martin Alejandro Villalobos
Hello, I need generate the .zip o .tar or some kind of package with the javadocs of my proyect at release time. Please, somedoby know how I can do it? Thanks for all. Cheers. Martin. - To unsubscribe, e-mail: [EMAIL

Re: Generating zip o tar with the javadocs

2007-08-08 Thread Wayne Fay
This is described on the maven-javadoc-plugin website: http://maven.apache.org/plugins/maven-javadoc-plugin/usage.html Wayne On 8/8/07, Martin Alejandro Villalobos [EMAIL PROTECTED] wrote: Hello, I need generate the .zip o .tar or some kind of package with the javadocs of my proyect at

Re: Generating zip o tar with the javadocs

2007-08-08 Thread Pascal Thivent
Hi, On 8/8/07, Martin Alejandro Villalobos [EMAIL PROTECTED] wrote: Hello, I need generate the .zip o .tar or some kind of package with the javadocs of my proyect at release time. Please, somedoby know how I can do it? I think the -DperformRelease=true is what you need. Using this property