You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2011/01/31 19:45:09 UTC

svn commit: r1065707 - /lucene/dev/nightly/common-maven.sh

Author: sarowe
Date: Mon Jan 31 18:45:09 2011
New Revision: 1065707

URL: http://svn.apache.org/viewvc?rev=1065707&view=rev
Log:
added required-to-compile Ignore import

Modified:
    lucene/dev/nightly/common-maven.sh

Modified: lucene/dev/nightly/common-maven.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/common-maven.sh?rev=1065707&r1=1065706&r2=1065707&view=diff
==============================================================================
--- lucene/dev/nightly/common-maven.sh (original)
+++ lucene/dev/nightly/common-maven.sh Mon Jan 31 18:45:09 2011
@@ -25,7 +25,7 @@ $M2_HOME/bin/mvn --batch-mode --non-recu
 echo ">>> Done installing non-mavenized deps into the maven local repo"
 
 echo ">>> Ignoring BasicDistributedZkTest, which always fails on Hudson trunk under Maven"
-perl -pi.bak -e 's/(?=public class BasicDistributedZkTest)/\@Ignore\n/;'\
+perl -pi.bak -e 's/(?=public class BasicDistributedZkTest)/import org.junit.Ignore;\n\@Ignore\n/;'\
      solr/src/test/org/apache/solr/cloud/BasicDistributedZkTest.java
 
 echo ">>> Running the Maven build"