Re: How to see output for failing integration tests on jenkins

2020-08-05 Thread Matt Foley
Hi Ian, To access additional files, such as IT output files, you need to tell Jenkins to save them as “artifacts”. This page tells how, if your project is using Jenkinsfiles (which are highly recommended): https://www.jenkins.io/doc/pipeline/tour/tests-and-artifacts/ Something similar ca

Re: Version poll results

2020-01-08 Thread Matt Foley
>> So do NOT use a version like 2.1 .. instead use 2.1.0. The fact that 2.1 is identical to 2.1.0 is part of the spec, unambiguous, and quite important for expected behavior IMHO. See "Trimming Examples" in https://maven.apache.org/pom.html#Version_Order_Specification

Re: Maven shade plugin: Duplicate entry in META-INF/service

2019-12-02 Thread Matt Foley
Hi Jan, See also https://github.com/apache/maven-shade-plugin/pull/14 and MSHADE-259 I stalled on it because it appears to be a lot of work to create unit tests for maven plugins — and there weren’t examples to follow in the shade plugin. That said, I’m not sure what I did is the right way to fix

Re: Investigation on the diffusion of innovation along with java releases

2019-07-31 Thread Matt Foley
Hi Fernando, You ask interesting questions, and the following is of course just my opinion. But I believe it has a lot to do with SWE principles. When you’re doing engineering, as opposed to research, your software product may have literally millions of people depending on it to work well and

self-introduction

2019-01-09 Thread Matt Foley
Good morning. Although I’ve used Maven for years, I’m new to the project as a developer, so thought I should introduce myself to you all. I have contributed to other Apache projects in the past (Hadoop HDFS and Metron), and am now working with Spark at Apple. I’d like to contribute a small bu