A more easier approach which i follow is setting one of the following maven properties via -D flag
maven.test.skip=true or maven.test.failure.ignore Siva ----- Original Message ----- From: "Alex Blewitt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 28, 2003 9:47 PM Subject: Re: DownloadTest Failure when working offline/ behind firewall > I really think that there should be a split between 'build' and 'test'. > > Whilst it may be desirable for both to occur by default, it would be > incredibly useful to be able to build w/o testing. I've found that the > easiest way to disable all tests is to comment the etc/project.xml file > and commenting (using <!-- -->) out the unitTestDir element ... > > That way, you should be able to build w/o testing. > > Alex.
