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
this was/is working but the latest setup which does not require 2012j first
broke travis - for whatever reason but the current ant-maven-mix is just
kind of hard to debug especially if the issue is only on travis.
I got travis finally working but it appears that also other people see the
same diff
if I did not mess up travis again could you see if the current tzdata setup
works for you ?
-christian
On Tue, Jul 9, 2013 at 11:41 AM, kristian wrote:
> this was/is working but the latest setup which does not require 2012j
> first broke travis - for whatever reason but the current ant-maven-
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 -
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
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