Re: master broken

2015-06-30 Thread DuyHai Doan
I had the same issue, adding -U to the build command mvn clean package -U -P worked for me. The -U forces Maven to update the dependencies Regards On Thu, Jun 25, 2015 at 10:39 PM, tog guillaume.all...@gmail.com wrote: I tried diff -rq this but the list of differences is huge and as I

Re: master broken

2015-06-25 Thread tog
Ok I just removed completely my .m2 directory, it took me a long time to download all dependencies again but the build was finally successful. I kept my previous local repo - I will now try to compare them. Any idea on how to do this ? Cheers Guillaume On 25 June 2015 at 19:22, moon soo Lee

Re: master broken

2015-06-25 Thread moon soo Lee
maybe using 'diff' command? Thanks, moon On Thu, Jun 25, 2015 at 1:00 PM tog guillaume.all...@gmail.com wrote: Ok I just removed completely my .m2 directory, it took me a long time to download all dependencies again but the build was finally successful. I kept my previous local repo - I

Re: master broken

2015-06-25 Thread IT CTO
I just did a clean clone install maven 3 and build using mvn package -DskipTest and got the following error: [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.23:install-node-and-npm (install node and npm) on project zeppelin-web: The plugin

Re: master broken

2015-06-25 Thread moon soo Lee
Hi Eran, Which version of maven are you using? looks like some plugin requires maven 3.1.0 or later. Thanks, moon On Thu, Jun 25, 2015 at 8:31 AM IT CTO goi@gmail.com wrote: I just did a clean clone install maven 3 and build using mvn package -DskipTest and got the following error:

Re: master broken

2015-06-25 Thread IT CTO
I am using Apache Maven 3.0.5 But as I see this is the latest version of mvn published in apt. On Thu, Jun 25, 2015 at 6:39 PM moon soo Lee m...@apache.org wrote: Hi Eran, Which version of maven are you using? looks like some plugin requires maven 3.1.0 or later. Thanks, moon On Thu,

Re: master broken

2015-06-25 Thread tog
Hi Here is my full error https://gist.github.com/galleon/362b5b2d21878bfd1dd2 I am using maven 3.3.3 as previously mentioned Cheers Guillaume On 25 June 2015 at 18:01, tog guillaume.all...@gmail.com wrote: Yes, I think that now it does. This was in one of the latest commit On 25 Jun 2015

Re: master broken

2015-06-25 Thread IT CTO
Hi, I updated my mvn to 3.1.1 and running the build again using mvn clean mvn clean package -DskipTests succeeded! But mvn clean package -Pspark-1.4 -Dspark.version=spark.1.4.0 -DskipTests Failed: [INFO] BUILD FAILURE [INFO]

Re: master broken

2015-06-25 Thread moon soo Lee
I have tried mvn clean package -DskipTests mvn clean package -DskipTests -Pspark-1.4 -Phadoop-2.3 on my mac (Yosemite + mvn 3.3.3), Linux (CentOs6 + mvn 3.2.5) and they all passes the build. Also travis CI is green on master branch. Can anyone help me to reproduce the error? Thanks, moon On

Re: master broken

2015-06-25 Thread IT CTO
Mine failing as well [INFO] Zeppelin .. SUCCESS [ 5.180 s] [INFO] Zeppelin: Interpreter . SUCCESS [ 9.529 s] [INFO] Zeppelin: Zengine . SUCCESS [ 2.225 s] [INFO] Zeppelin: Spark

Re: master broken

2015-06-24 Thread moon soo Lee
Hi, I just tried master and mine passing the build. What is your build command and maven version? I just did mvn package -DskipTests with maven 3.3.3 Thanks, moon On Wed, Jun 24, 2015 at 2:54 PM tog guillaume.all...@gmail.com wrote: Hi there I just updated my version from the repo and the

master broken

2015-06-24 Thread tog
Hi there I just updated my version from the repo and the latest changes break master. I have the following message: Checking for multiple versions of scala [INFO] [INFO] Reactor Summary: [INFO] [INFO] Zeppelin