Re: [VOTE] Retire Maven Ant Plugin

2019-05-29 Thread Hoa Phan
+1 it's the right thing to do. On Thu, May 30, 2019 at 7:51 AM Gabriel Belingueres wrote: > +1 > > Regards > Gabriel > > El mar., 28 de may. de 2019 15:54, Robert Scholte > escribió: > > > Hi, > > > > The Apache Maven project consist of about 100 (sub)projects. Due to the > > small number of vo

Re: [VOTE] Retire Maven Ant Plugin

2019-05-29 Thread Gabriel Belingueres
+1 Regards Gabriel El mar., 28 de may. de 2019 15:54, Robert Scholte escribió: > Hi, > > The Apache Maven project consist of about 100 (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 p

Re: [VOTE] Retire Maven Ant Plugin

2019-05-29 Thread James Gough
+1 On Tue, 28 May 2019 at 19:54, Robert Scholte wrote: > Hi, > > The Apache Maven project consist of about 100 (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

Re: [VOTE] Retire Maven Ant Plugin

2019-05-29 Thread Stephen Connolly
+1 On Tue 28 May 2019 at 19:54, Robert Scholte wrote: > Hi, > > The Apache Maven project consist of about 100 (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 a

[GitHub] [maven-doxia] harawata commented on issue #17: [DOXIA-583] Avoid over-escaping table captions

2019-05-29 Thread GitBox
harawata commented on issue #17: [DOXIA-583] Avoid over-escaping table captions URL: https://github.com/apache/maven-doxia/pull/17#issuecomment-496942515 Updated. Please let me know if there is anything you want me to change. Thanks again for your time! =) ---

[GitHub] [maven-doxia] slachiewicz commented on issue #17: [DOXIA-583] Avoid over-escaping table captions

2019-05-29 Thread GitBox
slachiewicz commented on issue #17: [DOXIA-583] Avoid over-escaping table captions URL: https://github.com/apache/maven-doxia/pull/17#issuecomment-496932864 looks good to me. Please squash commits related to table caption to one and separate only related to .contains. Thx for time spent on

[GitHub] [maven-doxia] harawata commented on issue #17: [DOXIA-583] Avoid over-escaping table captions

2019-05-29 Thread GitBox
harawata commented on issue #17: [DOXIA-583] Avoid over-escaping table captions URL: https://github.com/apache/maven-doxia/pull/17#issuecomment-496907294 Hi again, As I mentioned, the 'expected value' of the assertions had to be modified to pass the tests after replacing `indexOf(...

[GitHub] [maven-doxia] asfgit merged pull request #9: [DOXIA-570] Escape links to xml based figureGraphics image elements

2019-05-29 Thread GitBox
asfgit merged pull request #9: [DOXIA-570] Escape links to xml based figureGraphics image elements URL: https://github.com/apache/maven-doxia/pull/9 This is an automated message from the Apache Git Service. To respond to the

Re: Latest snapshot build (archive, not Maven artifact)

2019-05-29 Thread Mickael Istria
I think an infra that wants to prevent adopters for giving feedback on snapshots is harmful for an open-source project. Are alternatives like Sonatype OSSRH considered for replacement?

Re: Latest snapshot build (archive, not Maven artifact)

2019-05-29 Thread Olivier Lamy
not sure as infra wants to avoid too much usage of r.a.o so we will avoid noise On Wed, 29 May 2019 at 17:00, Mickael Istria wrote: > Thanks a lot! > I think it would be worth a dedicated announce post on the mailing-list or > other community channels (blog, twitter...). > -- Olivier Lamy

Re: Latest snapshot build (archive, not Maven artifact)

2019-05-29 Thread Mickael Istria
Concretely, m2e can now pretty easily test against Maven snapshot: https://git.eclipse.org/r/142991 . This should allow m2e to detect and report Maven issues sooner, and to adopt newer Maven shortly after release as we can span integration effort all along the development phase instead of starting

Re: Latest snapshot build (archive, not Maven artifact)

2019-05-29 Thread Mickael Istria
Thanks a lot! I think it would be worth a dedicated announce post on the mailing-list or other community channels (blog, twitter...).