You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/04/07 20:05:24 UTC

svn commit: r1310810 - /lucene/dev/nightly/hudson-lucene-solr-maven-3.x.sh

Author: rmuir
Date: Sat Apr  7 18:05:23 2012
New Revision: 1310810

URL: http://svn.apache.org/viewvc?rev=1310810&view=rev
Log:
disable @author checks for maven 3.x task

Modified:
    lucene/dev/nightly/hudson-lucene-solr-maven-3.x.sh

Modified: lucene/dev/nightly/hudson-lucene-solr-maven-3.x.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-lucene-solr-maven-3.x.sh?rev=1310810&r1=1310809&r2=1310810&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-lucene-solr-maven-3.x.sh (original)
+++ lucene/dev/nightly/hudson-lucene-solr-maven-3.x.sh Sat Apr  7 18:05:23 2012
@@ -1,4 +1,5 @@
 #!/bin/bash
+IGNORE_AUTHOR_TAGS=1
 . $WORKSPACE/nightly/hudson-settings.sh
 
 export JAVA_HOME=$JAVA_HOME_15