What is strange is that I do locally have artifacts in my maven repo :
$ find /home/jp/.m2 | grep scala | grep jar
/home/jp/.m2/repository/org/scala-lang/scala-library/2.9.2/scala-library-2.9.2.jar
/home/jp/.m2/repository/org/scala-lang/scala-compiler/2.9.2/scala-compiler-2.9.2.jar
--
Jean-Phil
Le 05/08/2014 11:03, Peter Donald a écrit :
>> What makes Travis behave differently from my dev box ?
> That's the question. Can you attach the output of "rake spec --trace"
> to a gist so I can see if there is anything that jumps out at me?
>
Here we go : https://gist.github.com/jpcaruana/d19107b
On Mon, Aug 4, 2014 at 5:49 PM, Jean-Philippe Caruana
wrote:
> But Travis can build it, and I guess it doesn't have a cache.
>
> I added
> repositories.remote << 'http://central.maven.org/maven2'
>
> to buildr.buildfile but I still can't download it :
I am not sure what the problem is. I can do i