On 8 April 2013 16:08, Mohammad Mustaqeem <3m.mustaq...@gmail.com> wrote:

> Please, tell what I am doing wrong??
> Whats the problem??
>

a lot of these seem to be network-related tests. You can turn off all the
tests; look in BUILDING.TXT at the root of the source tree for the various
operations, then add -DskipTests to the end of every command, such as

mvn package -Pdist -Dtar -DskipTests

to build the .tar packages

 mvn package -Pdist -Dtar -DskipTests -Dmaven.javadoc.skip=true
to turn off the javadoc creation too, for an even faster build

Reply via email to