Re: [surefire] possible bug: cannot set line.separator in systemPropertyVariables

2019-05-22 Thread Tibor Digana
I am asking all participants directly as I have created Jira issue [1] related to our previous talk. If you agree with the text in Jira, we can follow the idea of the fix. The fix seems to be very simple. If you have spare time, please open a pullreq on GitHub. I have already assigned this issue

Re: Problem in building a thin sbar/jar deploy

2019-05-22 Thread Anthony Whitford
Is an sbar file a zip file like a jar is a zip file? If so, I’d compare the contents and see what is different. I’ve had success using WinMerge to quickly compare: http://winmerge.org/ > On May 22, 2019, at 5:21 AM, Tor Sannes wrote: > > Hello: > > I am working on moving the Jenkins/Maven

Problem in building a thin sbar/jar deploy

2019-05-22 Thread Tor Sannes
Hello: I am working on moving the Jenkins/Maven build environment from a Linux based platform to a Windows based platform, and everything is more or less working, except that the resulting sbar file is approx. 200 MB, while the wanted size (from old environment) is about 65 kB! I have searched

Re: Merging dependency exclusions from dependencyManagement and dependencies

2019-05-22 Thread Andreas Hubold
Hi, in my original post I've described that exclusions from the dependencyManagement are used for downstream projects as long as there aren't any exclusions specified at the dependency itself. So the conclusion that dependencyManagement isn't transitive cannot be true, at least for some