Re: unstable master branch

2020-03-05 Thread Volkan Yazıcı
Nope, neither "install" works; fails with the same message. On Thu, Mar 5, 2020 at 4:25 PM Matt Sicker wrote: > > It could be an issue in the pom somewhere. Does "install" instead of > "package" work for you? > > On Thu, 5 Mar 2020 at 02:27, Volkan Yazıcı wrote: > > > > Even after a clean checko

Re: unstable master branch

2020-03-05 Thread Matt Sicker
It could be an issue in the pom somewhere. Does "install" instead of "package" work for you? On Thu, 5 Mar 2020 at 02:27, Volkan Yazıcı wrote: > > Even after a clean checkout: > > $ cd /tmp > $ git clone https://github.com/apache/logging-log4j2.git log4j2 > $ cd log4j2 > $ m -rf ~/.m2/repository/

Re: unstable master branch

2020-03-05 Thread Volkan Yazıcı
Even after a clean checkout: $ cd /tmp $ git clone https://github.com/apache/logging-log4j2.git log4j2 $ cd log4j2 $ m -rf ~/.m2/repository/org/apache/logging $ ./mvnw package -Dmaven.test.skip=true I still get the very same error. I see that Jenkins is still failing, though Travis has recovered