Re: Problems building with maven

2012-09-19 Thread Pedro Navarro Pérez
It worked ! thanks for your help!. On Wed, Sep 19, 2012 at 12:08 PM, Rohit Yadav wrote: > Try two things on your bash/zsh: > export MAVEN_OPTS=-Xmx1024m #(to make sure mvn does not run out of memory) > Pull the latest master; git pull origin master > > Try again with -X, mvn -P reps -X (this enab

Re: Problems building with maven

2012-09-19 Thread Rohit Yadav
Try two things on your bash/zsh: export MAVEN_OPTS=-Xmx1024m #(to make sure mvn does not run out of memory) Pull the latest master; git pull origin master Try again with -X, mvn -P reps -X (this enables debugging for you). If this still fails, probably you've the incorrect recently introduced xal