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
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