Re: [maven-remote-resources] Pull request for MRRESOURCES-102

2018-12-02 Thread Jurrie Overgoor
On 20-11-18 15:49, Jurrie Overgoor wrote: Since the readme of the Maven remote resources plugin says this list is the main channel of communication, I thought I'd post here to ask attention to my pull request :) https://github.com/apache/maven-remote-resources-plugin/pull/2 is basically imple

Re: Incubator Podling Report (Due 5th December)

2018-12-02 Thread Lennart Jörelid
😃 ... but it felt like a Blast from the Past ... // vänlig hälsning, // [sw: "best regards"], // // Lennart Jörelid > 2 dec. 2018 kl. 21:50 skrev Justin Mclean : > > Hi, > > Sorry about that, that was meant to be sent to the marvin list not the maven > list. > > Justin > > -

Re: Incubator Podling Report (Due 5th December)

2018-12-02 Thread Justin Mclean
Hi, Sorry about that, that was meant to be sent to the marvin list not the maven list. Justin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: Relative paths to module are not resolved to absolute paths.

2018-12-02 Thread Enrico Olivelli
Il dom 2 dic 2018, 21:13 Tibor Digana ha scritto: > It seems to be a trivial fix. > Can we assign MNG-6071[1][2] to the version 3.6.1[3] ? > Any objections? > Okay to me. But as I wrote on the PR I think it would be better to have a test which is covering the change, in order not to see regressi

Incubator Podling Report (Due 5th December)

2018-12-02 Thread Justin Mclean
Hi, The incubator PMC would appreciated if you could complete the podling report on time it's due on 5th December in a few days. It takes time to prepare the incubator report, have your mentors sign off the report and for the board to review it, so it's best if you can get it in early. Thanks,

Re: Relative paths to module are not resolved to absolute paths.

2018-12-02 Thread Tibor Digana
It seems to be a trivial fix. Can we assign MNG-6071[1][2] to the version 3.6.1[3] ? Any objections? [1]: https://github.com/apache/maven/pull/198 [2]: https://builds.apache.org/job/maven-box/job/maven/job/MNG-6520 [3]: https://jira.apache.org/jira/projects/MNG/versions/12344378 On Sun, Dec 2, 2

Re: Relative paths to module are not resolved to absolute paths.

2018-12-02 Thread Sylwester Lachiewicz
Hi Tribor, I think it can be MNG-6071 i made fix some time ago. BR Sylwester niedz., 2 gru 2018 o 11:11 Tibor Digana napisał(a): > Here is a command launched by our user > > mvn test --file ./integration-tests/pom.xml > > > We have the following is

Relative paths to module are not resolved to absolute paths.

2018-12-02 Thread Tibor Digana
Here is a command launched by our user mvn test --file ./integration-tests/pom.xml We have the following issue in Surefire but I think the root cause is in Maven core. https://github.com/apache/maven-surefire/pull/204 We can make a workaround in Surefire but is that right to do? I am convinced