Re: [VOTE] Release Maven Site Plugin version 3.8.2

2019-07-25 Thread Sylwester Lachiewicz
+1 Sylwester czw., 25 lip 2019, 10:44 użytkownik Hervé BOUTEMY napisał: > +1 > > thank you to everybody who helped on getting this release out > > Regards, > > Hervé > > Le mercredi 24 juillet 2019, 21:59:05 CEST Michael Osipov a écrit : > > Hi, > > > > We solved 13 issues: > > > https://issues.

Re: [maven-surefire] 01/01: TLS 1.2 passed to maven-invoker-plugin via system property

2019-07-25 Thread Tibor Digana
Hi Robert, Thx for hint. Perhaps you saw my branch. That branch is only playground where I am testing our Jenkins. Of course I will finish it as you have proposed with the configuration via Jenkinsfile and system properties. Additionally, the ITs have to use this system property too in their CLI w

Re: ITs in maven-release

2019-07-25 Thread Tibor Digana
Just one remark from me: I have got successful build with Surefire but it is strange because I cannot explain why my change did it successful ;-) - pls help to explain it: https://builds.apache.org/job/maven-box/job/maven-surefire/job/TLS1.2/ Before I did this in the configuration of "maven-invoke

Re: [VOTE] Release Maven Site Plugin version 3.8.2

2019-07-25 Thread Hervé BOUTEMY
+1 thank you to everybody who helped on getting this release out Regards, Hervé Le mercredi 24 juillet 2019, 21:59:05 CEST Michael Osipov a écrit : > Hi, > > We solved 13 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317923&ve > rsion=12343145 > > There are stil

Re: [VOTE] Release Maven Site Plugin version 3.8.2

2019-07-25 Thread Hervé BOUTEMY
good catch: I updated issues to be consistent with the current state and there are 11 issues solved: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317923&version=12343145 Regards, Hervé Le jeudi 25 juillet 2019, 02:36:19 CEST Olivier Lamy a écrit : > 0 (mainly because you k

Re: Second MNG-6713

2019-07-25 Thread Alexius Diakogiannis
Hi, In my honest opinion it does, in case you want to switch from artifacts that belong to a migrated groupid. Thanks, Alexius On Thu, 25 Jul 2019 at 10:29, Robert Scholte < robert.scho...@sourcegrounds.nl> wrote: > At JCrete I've been working with Ray Tsang on some issues with enforcer > rule

Second MNG-6713

2019-07-25 Thread Robert Scholte
At JCrete I've been working with Ray Tsang on some issues with enforcer rules that didn't respect the exclusions of dependencies. After digging a log we discovered that the real issue is the ExclusionFilter, which isn't aware of wildcard exclusions. So the fix was quite easy[1] The funny thing