Re: Avoiding javadoc generation during MRv2 build

2011-11-30 Thread Mahadev Konar
Praveen, You can try -Dmaven.javadoc.skip=true mahadev On Wed, Nov 30, 2011 at 10:30 PM, Praveen Sripati wrote: > Hi, > > Once I get the code from svn for branch-0.23, is there any way to avoid > generating the javadoc for the different modules. Just to cut sometime in > the build process. I u

Avoiding javadoc generation during MRv2 build

2011-11-30 Thread Praveen Sripati
Hi, Once I get the code from svn for branch-0.23, is there any way to avoid generating the javadoc for the different modules. Just to cut sometime in the build process. I use the below command. mvn clean install package -Pdist -Dtar -DskipTests Thanks, Praveen