Can Mojos output color?

2019-08-07 Thread Gili
Looking at https://issues.apache.org/jira/browse/MNG-3507 and https://github.com/eirslett/frontend-maven-plugin/issues/833#issuecomment-518996810 I am wondering if Maven plugins have the ability to output ANSI colors, and if so how. Are plugins expected to output to stdout/stderr to make use of

Re: [VOTE] Retire Maven Repository Builder

2019-08-07 Thread Tamás Cservenák
+1 On Wed, Aug 7, 2019, 21:13 Robert Scholte wrote: > Hi, > > The Apache Maven project consist of about 90 (sub)projects. Due to the > small number of volunteers and the huge amount of code to maintain we're > missing enough space to make real progress on all these projects, > including our ambi

Re: [VOTE] Retire Maven Repository Builder

2019-08-07 Thread Anders Hammar
+1 /Anders (mobile) Den ons 7 aug. 2019 21:13Robert Scholte skrev: > Hi, > > The Apache Maven project consist of about 90 (sub)projects. Due to the > small number of volunteers and the huge amount of code to maintain we're > missing enough space to make real progress on all these projects, > in

[VOTE] Retire Maven Repository Builder

2019-08-07 Thread Robert Scholte
Hi, The Apache Maven project consist of about 90 (sub)projects. Due to the small number of volunteers and the huge amount of code to maintain we're missing enough space to make real progress on all these projects, including our ambitious ideas for the next major version(s) of Maven itself

Windows Docker images

2019-08-07 Thread Carlos Sanchez
If you are interested in windows docker images please take a look and comment on this PR https://github.com/carlossg/docker-maven/pull/119

Re: Using Git tags to cut releases to Maven Central from TravisCI

2019-08-07 Thread Tibor Digana
Ben, you have to delete the remote Tag from Git if you want to repeat the release of the same version. It happened many times to me and my colleagues that we had to delete the tag for whatever reason, e.g. wrong SCM credentials or connectivity problems. So it was usual that we deleted the tag, fixe