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

2021-10-17 Thread GitBox
slawekjaranowski commented on pull request #4: URL: https://github.com/apache/maven-gh-actions-shared/pull/4#issuecomment-945373669 my vote for #7 - In this case we release additional node asap -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [maven-site] slawekjaranowski commented on pull request #269: [MNGSITE-465] Java Code Convention - import layouts

2021-10-17 Thread GitBox
slawekjaranowski commented on pull request #269: URL: https://github.com/apache/maven-site/pull/269#issuecomment-945371761 @elharo - you are right ... I send post with reminder to dev list .. I waiting long time so to help with decision I prepare this PR. -- This is an automated

Re: Maven Code Style and imports layouts

2021-10-17 Thread Slawomir Jaranowski
Hi, In order to help make decisions, I prepared PR [1] with the most used order layout in Maven Core. Please look and vote / approve / choose another proposition. [1] https://github.com/apache/maven-site/pull/269 czw., 23 wrz 2021 o 23:47 Slawomir Jaranowski napisał(a): > Hi > > I checked

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

2021-10-17 Thread GitBox
olamy commented on pull request #4: URL: https://github.com/apache/maven-gh-actions-shared/pull/4#issuecomment-945317807 I will be happy with #7 or #8 :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [maven-site] slawekjaranowski opened a new pull request #269: [MNGSITE-465] Java Code Convention - import layouts

2021-10-17 Thread GitBox
slawekjaranowski opened a new pull request #269: URL: https://github.com/apache/maven-site/pull/269 It is the most used layout in Maven core project. -- 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

[GitHub] [maven-site] slawekjaranowski opened a new pull request #268: IntelliJ IDEA - code style for Groovy

2021-10-17 Thread GitBox
slawekjaranowski opened a new pull request #268: URL: https://github.com/apache/maven-site/pull/268 Based on Java style - Useful eg for preparing scripts for maven-invoker-plugin -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

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

2021-10-17 Thread GitBox
slawekjaranowski commented on pull request #4: URL: https://github.com/apache/maven-gh-actions-shared/pull/4#issuecomment-945159754 I prepared three propositions - maybe a one will be ok #6, #7, #8 -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [maven-gh-actions-shared] slawekjaranowski opened a new pull request #8: Simplify fail fast configuration - 3

2021-10-17 Thread GitBox
slawekjaranowski opened a new pull request #8: URL: https://github.com/apache/maven-gh-actions-shared/pull/8 ## it is draft - please don't merge - we have 3 propositions to choose - add fail-fast input parameters - no condition on job in matrix, the same job - fatst-build and in

[GitHub] [maven-gh-actions-shared] slawekjaranowski opened a new pull request #7: Simplify fail fast configuration - 2

2021-10-17 Thread GitBox
slawekjaranowski opened a new pull request #7: URL: https://github.com/apache/maven-gh-actions-shared/pull/7 ## it is draft - please don't merge - we have 3 propositions to choose - add fail-fast input parameters - use conditions on steps to exclude job from matrix, (on job level

[GitHub] [maven-gh-actions-shared] slawekjaranowski opened a new pull request #6: Simplify fail fast configuration - 1

2021-10-17 Thread GitBox
slawekjaranowski opened a new pull request #6: URL: https://github.com/apache/maven-gh-actions-shared/pull/6 ## it is draft - please don't merge - we have 3 propositions to choose - only add fail-fast input parameters - excludes for matrix are still generated in setup job --

Re: Follow up of MNG-6354 (cdi-api)

2021-10-17 Thread Romain Manni-Bucau
Le dim. 17 oct. 2021 à 13:36, Tamás Cservenák a écrit : > Agreee, maven stuff should use sisu @Typed annotation as core does. > > T > > On Sun, Oct 17, 2021, 12:41 Michael Osipov wrote: > > > Am 2021-10-12 um 08:11 schrieb Romain Manni-Bucau: > > > Hi all, > > > > > > Michael wonders if we drop

Re: Follow up of MNG-6354 (cdi-api)

2021-10-17 Thread Tamás Cservenák
Agreee, maven stuff should use sisu @Typed annotation as core does. T On Sun, Oct 17, 2021, 12:41 Michael Osipov wrote: > Am 2021-10-12 um 08:11 schrieb Romain Manni-Bucau: > > Hi all, > > > > Michael wonders if we drop cdi-api from maven 3.8.x in > >

Re: Follow up of MNG-6354 (cdi-api)

2021-10-17 Thread Michael Osipov
Am 2021-10-12 um 08:11 schrieb Romain Manni-Bucau: Hi all, Michael wonders if we drop cdi-api from maven 3.8.x in https://issues.apache.org/jira/browse/MNG-6354. The topic is worth it since it creates several issues and some quite hidden by mojo. The only expected impact is to not provide

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

2021-10-17 Thread GitBox
olamy commented on pull request #4: URL: https://github.com/apache/maven-gh-actions-shared/pull/4#issuecomment-945082627 even with using `fail-fast: true` gh will schedule the use of some nodes and reduce the number available for the org `apache`. if this happen for long build such a

[GitHub] [maven-site] slawekjaranowski commented on pull request #267: [MPLUGIN-375] Unsupported Mojo descriptor items

2021-10-17 Thread GitBox
slawekjaranowski commented on pull request #267: URL: https://github.com/apache/maven-site/pull/267#issuecomment-945081187 Continue for https://github.com/apache/maven-plugin-tools/pull/43 -- This is an automated message from the Apache Git Service. To respond to the message, please log

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

2021-10-17 Thread Michael Osipov
Hi Ivan, Am 2021-10-16 um 17:21 schrieb Ivan Babiankou: I would love to prepare decent PR for the MRESOLVER-7 issue, so that it makes

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

2021-10-17 Thread GitBox
slawekjaranowski commented on pull request #4: URL: https://github.com/apache/maven-gh-actions-shared/pull/4#issuecomment-945063486 A other way is not introduce special build `"fast-fail"` but let matrix to run everything ... in this case we have `fail-fast: true` on matrix so GH will