[GitHub] [maven-gh-actions-shared] slachiewicz merged pull request #4: Exclude os,jdk,distributions used in ff from matrix build

2021-10-16 Thread GitBox
slachiewicz merged pull request #4: URL: https://github.com/apache/maven-gh-actions-shared/pull/4 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [maven-gh-actions-shared] slawekjaranowski opened a new pull request #4: Exclude os,jdk,distributions used in ff from matrix build

2021-10-16 Thread GitBox
slawekjaranowski opened a new pull request #4: URL: https://github.com/apache/maven-gh-actions-shared/pull/4 Now the same build is run as fail-fast-build and next in the build matrix We cen exclude it from build matrix -- This is an automated message from the Apache Git Service. To

[GitHub] [maven-gh-actions-shared] slawekjaranowski opened a new pull request #3: Fix maven goal in maven_args

2021-10-16 Thread GitBox
slawekjaranowski opened a new pull request #3: URL: https://github.com/apache/maven-gh-actions-shared/pull/3 When we have maven goal `verify` in `maven_args` site test will be run as ``` mvn ... verify site ``` so we run `verify` twice -- This is an automated m

[GitHub] [maven-gh-actions-shared] slachiewicz merged pull request #2: Testing workflows

2021-10-16 Thread GitBox
slachiewicz merged pull request #2: URL: https://github.com/apache/maven-gh-actions-shared/pull/2 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [maven-gh-actions-shared] slachiewicz merged pull request #3: Fix maven goal in maven_args

2021-10-16 Thread GitBox
slachiewicz merged pull request #3: URL: https://github.com/apache/maven-gh-actions-shared/pull/3 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [maven-gh-actions-shared] slachiewicz merged pull request #5: Add maven goal for fail fast build

2021-10-16 Thread GitBox
slachiewicz merged pull request #5: URL: https://github.com/apache/maven-gh-actions-shared/pull/5 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [maven-gh-actions-shared] olamy commented on pull request #4: Exclude os,jdk,distributions used in ff from matrix build

2021-10-16 Thread GitBox
olamy commented on pull request #4: URL: https://github.com/apache/maven-gh-actions-shared/pull/4#issuecomment-945023580 I'm definitely -0 for such as it introduces so much non need complexity in the file.. look at the mess is our Jenkinsfile we really don't want to introduce such

[GitHub] [maven-gh-actions-shared] slawekjaranowski opened a new pull request #2: Testing workflows

2021-10-16 Thread GitBox
slawekjaranowski opened a new pull request #2: URL: https://github.com/apache/maven-gh-actions-shared/pull/2 Test workflow will only trigger on push event, I'm looking how to dynamically reference shared workflows https://github.community/t/self-reference-a-shared-workflow-call

Re: Another take on [MRESOLVER-7] Download dependency POMs in parallel

2021-10-16 Thread Tibor Digana
Hi Ivan, Basically the process is simple. You should fork the master to your branch named, e.g. MRESOLVER-7. I think the process is not a big issue right now. The big issue here is the analysis of the code and a proposed fix. It would be fine to split the changes into several independent commits

Another take on [MRESOLVER-7] Download dependency POMs in parallel

2021-10-16 Thread Ivan Babiankou
I would love to prepare decent PR for the MRESOLVER-7 issue, so that it makes it to one of the upcoming releases. But I could defini