Re: how to skip test while building

2013-04-06 Thread Amit Nithian
If you generate the maven pom files you can do this I think by doing mvn -DskipTests=true. On Sat, Apr 6, 2013 at 7:25 AM, Erick Erickson wrote: > Don't know a good way to skip compiling the tests, but there isn't > any harm in compiling them... > > changing to the solr directory and just issui

Re: how to skip test while building

2013-04-06 Thread Erick Erickson
Don't know a good way to skip compiling the tests, but there isn't any harm in compiling them... changing to the solr directory and just issuing "ant example dist" builds pretty much everything. You don't execute tests unless you specify "ant test". "ant -p" shows you all the targets. Note that y

how to skip test while building

2013-04-06 Thread parnab kumar
Hi All, I am new to Solr . I am using solr 3.4 . I want to build without building lucene tests files in lucene and skip the tests to be fired . Can anyone please help where to make the necessary changes . Thanks, Pom