Author: ivank
Date: Fri May 30 10:41:47 2014
New Revision: 1598541

URL: http://svn.apache.org/r1598541
Log:
BOOKKEEPER-763: findbugs fails to run on jenkins (ivank)

Modified:
    zookeeper/bookkeeper/trunk/CHANGES.txt
    zookeeper/bookkeeper/trunk/bin/test-patch-10-compile

Modified: zookeeper/bookkeeper/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/zookeeper/bookkeeper/trunk/CHANGES.txt?rev=1598541&r1=1598540&r2=1598541&view=diff
==============================================================================
--- zookeeper/bookkeeper/trunk/CHANGES.txt (original)
+++ zookeeper/bookkeeper/trunk/CHANGES.txt Fri May 30 10:41:47 2014
@@ -58,6 +58,8 @@ Trunk (unreleased changes)
 
       BOOKKEEPER-644: Provide a bookie address wrapper (sijie via fpj)
 
+      BOOKKEEPER-763: findbugs fails to run on jenkins (ivank)
+
       bookkeeper-server:
 
         BOOKKEEPER-567: ReadOnlyBookieTest hangs on shutdown (sijie via ivank)

Modified: zookeeper/bookkeeper/trunk/bin/test-patch-10-compile
URL: 
http://svn.apache.org/viewvc/zookeeper/bookkeeper/trunk/bin/test-patch-10-compile?rev=1598541&r1=1598540&r2=1598541&view=diff
==============================================================================
--- zookeeper/bookkeeper/trunk/bin/test-patch-10-compile (original)
+++ zookeeper/bookkeeper/trunk/bin/test-patch-10-compile Fri May 30 10:41:47 
2014
@@ -104,7 +104,7 @@ parseArgs "$@"
 
 case $OP in
 pre)
-    mvn clean package -DskipTests ${MVNPASSTHRU} | tee 
${REPORTDIR}/${TASKNAME}-clean.txt >> $STDOUT
+    mvn clean install -DskipTests ${MVNPASSTHRU} | tee 
${REPORTDIR}/${TASKNAME}-clean.txt >> $STDOUT
     if [[ ${PIPESTATUS[0]} == 0 ]] ; then
         echo "{color:green}+1{color} HEAD compiles" >> 
${TEMPDIR}/${TASKNAME}-compile.txt
     else
@@ -112,7 +112,7 @@ pre)
     fi
     ;;
 post)
-    mvn clean package -DskipTests ${MVNPASSTHRU} | tee 
${REPORTDIR}/${TASKNAME}-patch.txt >> $STDOUT
+    mvn clean install -DskipTests ${MVNPASSTHRU} | tee 
${REPORTDIR}/${TASKNAME}-patch.txt >> $STDOUT
     if [[ ${PIPESTATUS[0]} == 0 ]] ; then
         echo "{color:green}+1{color} patch compiles" >> 
${TEMPDIR}/${TASKNAME}-compile.txt
     else


Reply via email to