Re: [VOTE] Release Apache Maven Javadoc Plugin version 2.10.4

2016-06-09 Thread Hervé BOUTEMY
+1 Regards, Hervé Le mardi 7 juin 2016 20:39:52 Robert Scholte a écrit : > Hi, > > We solved 12 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317529&ve > rsion=12331967&styleName=Text > > There are still a couple of issues left in JIRA: > https://issues.apache.or

Re: [1/2] maven-scm git commit: [SCM-824] Upgrade of 'plexus-utils' to 3.0.23.

2016-06-09 Thread Olivier Lamy
Hi Definitely on my TODO list. I hope to have a bit of time next week. Cheers Olivier PS: thanks for the reminder :-) On 10 June 2016 at 16:34, Craig Rodrigues wrote: > Olivier, > > Any ETA on a maven-scm release? Several Jenkins users have been asking me, > due to the bugfixes that have gone i

Re: colorized Maven output

2016-06-09 Thread Hervé BOUTEMY
here it is: I merged Christian fix and I managed to make ITs run as embedded (ASF Jenkins should confirm what works on my machine) if everything goes well, I'll merge to master tonight Regards, Hervé Le jeudi 9 juin 2016 09:20:38 Christian Schulte a écrit : > Am 06/09/16 um 09:04 schrieb Petar

Re: [1/2] maven-scm git commit: [SCM-824] Upgrade of 'plexus-utils' to 3.0.23.

2016-06-09 Thread Craig Rodrigues
Olivier, Any ETA on a maven-scm release? Several Jenkins users have been asking me, due to the bugfixes that have gone into maven-scm for git since the last maven-scm official release. Thanks. -- Craig On Thu, May 26, 2016 at 5:58 PM, Olivier Lamy wrote: > ping. > I will revert this commit a

[GitHub] maven-scm issue #47: support @ in username of scm url

2016-06-09 Thread olamy
Github user olamy commented on the issue: https://github.com/apache/maven-scm/pull/47 jira [SCM-828] --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] maven-scm pull request #47: support @ in username of scm url

2016-06-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/maven-scm/pull/47 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is en

Re: [VOTE] Release Apache Maven JAR Plugin version 3.0.1

2016-06-09 Thread Karl Heinz Marbaise
Hi, here is my +1 from me. Kind regards Karl Heinz Marbaise On 6/6/16 10:10 PM, Karl Heinz Marbaise wrote: Hi, We solved 4 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317526&version=12335708 There are still a couple of issues left in JIRA: https://issues.apache.

Re: [VOTE] Release Apache Maven Javadoc Plugin version 2.10.4

2016-06-09 Thread Karl Heinz Marbaise
Hi, +1 from me. On 6/7/16 8:39 PM, Robert Scholte wrote: Hi, We solved 12 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317529&version=12331967&styleName=Text There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%

[GitHub] maven-archetype issue #8: ARCHETYPE-491

2016-06-09 Thread kwin
Github user kwin commented on the issue: https://github.com/apache/maven-archetype/pull/8 I would need to have closer look at the already existing ITs. But that won't happen too soon I fear. Only an IT would make sense for this change. --- If your project is set up for it, you can re

[GitHub] maven-archetype issue #8: ARCHETYPE-491

2016-06-09 Thread ptahchiev
Github user ptahchiev commented on the issue: https://github.com/apache/maven-archetype/pull/8 Can you also provide some tests with this pull-request? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does n

[GitHub] maven-archetype issue #9: Add properties to enable or disable generation of ...

2016-06-09 Thread ptahchiev
Github user ptahchiev commented on the issue: https://github.com/apache/maven-archetype/pull/9 Hello, I think what you are asking is in the context of this issue: https://issues.apache.org/jira/browse/ARCHETYPE-494 I have it already implemented and will be included

Re: colorized Maven output

2016-06-09 Thread Christian Schulte
Am 06/09/16 um 09:04 schrieb Petar Tahchiev: > Hello, > > I checked on Windows with Herve's [1]. Unfortunately I am unable to build > my project with 3.4.0-SNAPSHOT. I have this dependency: > > > org.drools > drools-bom > pom >

Re: Maven Server matching

2016-06-09 Thread Andreas Sewe
Hi, > 1. Running several *different* flavours of SCMs on the same host. Say you > have a host called "repohost" which is both an SVN and a Git host. Ok, not > very likely, but alas not something possible today. FYI, Github does just that. In particular, they support "git clone" and "svn checkou

Re: colorized Maven output

2016-06-09 Thread Christian Schulte
Am 06/09/16 um 09:04 schrieb Petar Tahchiev: > Hello, > > I checked on Windows with Herve's [1]. Unfortunately I am unable to build > my project with 3.4.0-SNAPSHOT. I have this dependency: > > > org.drools > drools-bom > pom >

Re: colorized Maven output

2016-06-09 Thread Petar Tahchiev
Hello, I checked on Windows with Herve's [1]. Unfortunately I am unable to build my project with 3.4.0-SNAPSHOT. I have this dependency: org.drools drools-bom pom ${drools.version} import wh