Re: [jruby-dev] Clean Checkout Maven Error

2013-07-09 Thread Alex Tambellini
Nope, my ~/.m2/ directory only has a repository directory in it, no settings.xml. On Jul 9, 2013, at 8:53 AM, kristian wrote: > by any chance do you have a $HOME/.m2/settings.xml ? if yes, could you share > it with me (after removing passwords, etc). no more further questions since > it is no

Re: [jruby-dev] Clean Checkout Maven Error

2013-07-09 Thread kristian
by any chance do you have a $HOME/.m2/settings.xml ? if yes, could you share it with me (after removing passwords, etc). no more further questions since it is not an issue anymore. thanx, christian On Tue, Jul 9, 2013 at 1:40 PM, Alex Tambellini wrote: > After commit 5145f59b2 I am now able t

Re: [jruby-dev] Clean Checkout Maven Error

2013-07-09 Thread Alex Tambellini
After commit 5145f59b2 I am now able to run mvn to completion. Here is the output of mvn help:active-profiles: https://gist.github.com/atambo/5957015 On Jul 9, 2013, at 4:49 AM, kristian wrote: > > that looks the same as what I saw on travis build. there the workaround is to > use > > mvn -

Re: [jruby-dev] Clean Checkout Maven Error

2013-07-09 Thread kristian
that looks the same as what I saw on travis build. there the workaround is to use mvn -Pdefault but on travis I could not debug and find the cause. let me know if that helps. maybe you could provide me also with the output of mvn help:active-profiles that should give me some clues since I can n

[jruby-dev] Clean Checkout Maven Error

2013-07-08 Thread Alex Tambellini
At commit 310e8f39 when running mvn from a clean checkout I was getting: error: package org.joda.time does not exist After adding joda-time dependency to core/pom.xml in commit 70efe89a8 things started building successfully with a clean checkout. I'm not not a maven guru so I'm not sure