[ANN] Maven Resolver 1.3.0 released

2018-10-09 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Resolver version 1.3.0. This module generates browsable HTML pages from Java source code. https://maven.apache.org/resolver/ Release Notes - Maven Resolver - Version 1.3.0 ** Bug * [MRESOLVER-45] - Git repo is

[RESULT] [VOTE] Release Maven Resolver version 1.3.0

2018-10-09 Thread Michael Osipov
Hi, The vote has passed with the following result: +1: Michael Osipov, Robert Scholte, Sylwester Lachiewicz, Hervé Boutemy, Karl Heinz Marbaise, Olivier Lamy, Tibor Digana PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this

Re: Problem sharing objects between extension and plugin

2018-10-09 Thread Paul Benedict
For clarity, I was testing against 3.3.9. I tried with 3.5.4 today without a change in results. However, I did discover something interesting that I confirmed in both versions... Given my setup: *) Utility jar has several plexus components and non-components *) Utility jar has an

Re: Problem sharing objects between extension and plugin

2018-10-09 Thread Robert Scholte
MNG-6209 is indeed the first issue that comes to my mind and I wonder if this is fixed. I thought it was reverted after issues with the 3.5.1 release. Together with Stephen we've tried to define how this should work. He wrote some tests[1] to demonstrate the issue. I've tried to show the

Re: Possible Issue Found / Misunderstanding?

2018-10-09 Thread Karl Heinz Marbaise
Hi, @Stephen, @Robert.. It is something with "simply oversight" (blind...etc.)... not part of modules so it's not part of the reactor...of course... Ouch... Thank you for enlighten me... Kind regards Karl Heinz Marbaise On 09/10/18 15:33, Karl Heinz Marbaise wrote: Hi, I've stumbled over

Re: Possible Issue Found / Misunderstanding?

2018-10-09 Thread Robert Scholte
Reactor is executionRoot going *down*, i.e all its direct and indirect modules. But never the parent(s). A parent pointing to a directory that is not part of the reactor is allowed, but that doesn't make it part of the reactor. So to me the behavior is as expected. Robert On Tue, 09 Oct

Re: Possible Issue Found / Misunderstanding?

2018-10-09 Thread Stephen Connolly
If the parent is not listed in modules, I think you are getting what you paid for! Iow seems functioning as (perhaps badly) designed... though I do not see a safe way to fix in 3.6.x On Tue 9 Oct 2018 at 14:34, Karl Heinz Marbaise wrote: > Hi, > > I've stumbled over something which I either

Re: [VOTE] Release Maven Resolver version 1.3.0

2018-10-09 Thread Hervé BOUTEMY
+1 Regards, Hervé Le dimanche 7 octobre 2018, 00:01:55 CEST Michael Osipov a écrit : > Hi, > > We solved 14 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628 > rsion=12342803 > > There are still a couple of issues left in JIRA: >

Problem sharing objects between extension and plugin

2018-10-09 Thread Paul Benedict
Good day. I hope this post is acceptable. I don't mean to "cross post" but I think my problem may be too difficult for the common question on the user@ list. I scoured all the MNG tickets regarding extensions and class loading documentation on the Maven site (and elsewhere), but cannot find a

Possible Issue Found / Misunderstanding?

2018-10-09 Thread Karl Heinz Marbaise
Hi, I've stumbled over something which I either didn't realized before or simply oversight..which looks very weird to meI would call it a bug... I have a multi module build with several modules which means root +-- pom.xml (modules in pom) ! +-- m1 (pom.xml) .. ! +-- m2 (pom.xml)..

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.22.1

2018-10-09 Thread Enrico Olivelli
+1 (non-binding) - Built from source zip RC on Oracle JDK8 - Run tests of several projects on OpenJDK11 using artifacts rebuild from the ZIP - Sha SUMs ok on the source zip I have tried to run integration tests from the ZIP but without success, this seems due to local problems to my box, so not

Re: I am wandering how you do guys debug maven?

2018-10-09 Thread John Patrick
others have talked about mvnDebug, i prefer using a profile e.g. debug, then all the surefire and failsafe and exec-maven-plugin, plus other plugins are all configured to use ${DEBUG_ARGS}, then; $ mvn -Pdebug test $ mvn -Pdebug exec:java Then in intellij/eclipse/netbeans I can just connect a

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.22.1

2018-10-09 Thread Dejan Stojadinovic
+1 (non-binding). Note: tested using fairly large project. Regards, Dejan Stojadinović On 2018/10/08 08:22:38, Tibor Digana wrote: > Hi, > > We solved 17 issues: > https://issues.apache.org/jira/projects/SUREFIRE/versions/12343425 > > There are still a couple of issues left in JIRA: >