[GitHub] [maven-site] michael-o commented on a change in pull request #246: [MNGSITE-246] Adding .mavenrc documentation

2021-09-29 Thread GitBox
michael-o commented on a change in pull request #246: URL: https://github.com/apache/maven-site/pull/246#discussion_r718236995 ## File path: content/markdown/configure.md ## @@ -80,6 +80,12 @@ Starting with Maven 3.3.1+ you can define JVM configuration via `${maven.project

[GitHub] [maven-site] asfgit closed pull request #264: Add release notes for Maven 3.8.3

2021-10-04 Thread GitBox
asfgit closed pull request #264: URL: https://github.com/apache/maven-site/pull/264 -- 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: dev-unsubscr..

[GitHub] [maven-artifact-transfer] dependabot[bot] opened a new pull request #48: Bump apiMaven.version from 3.0 to 3.8.3

2021-10-05 Thread GitBox
dependabot[bot] opened a new pull request #48: URL: https://github.com/apache/maven-artifact-transfer/pull/48 Bumps `apiMaven.version` from 3.0 to 3.8.3. Updates `maven-core` from 3.0 to 3.8.3 Commits https://github.com/apache/maven/commit/ff8e977a158738155dc465c6a97ffaf3198

[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

[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] 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] 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] 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] 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] 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] 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 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

[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 o

[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 pl

[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 -- Thi

[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 m

[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 m

[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, pl

[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 Git

[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 go

[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 above

[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 messa

[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, please

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

2021-10-18 Thread GitBox
cstamas commented on pull request #269: URL: https://github.com/apache/maven-site/pull/269#issuecomment-945588118 If eclipse code format is like this (as change is about IDEA only), then I think no need for consensus. -- This is an automated message from the Apache Git Service. To respon

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

2021-10-18 Thread GitBox
slawekjaranowski commented on pull request #269: URL: https://github.com/apache/maven-site/pull/269#issuecomment-945616398 I don't use eclipse currently - so I can't confirm if Eclipse format support such things ... Here is kindly request for Eclipse users to verify it. -- This is an

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

2021-10-18 Thread GitBox
slawekjaranowski commented on pull request #269: URL: https://github.com/apache/maven-site/pull/269#issuecomment-945618941 by the way Eclipse formatter was last updated in 2016 but it is another issue to refresh it -- This is an automated message from the Apache Git Service. To resp

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

2021-10-18 Thread GitBox
apeteri commented on pull request #269: URL: https://github.com/apache/maven-site/pull/269#issuecomment-945622992 It is possible to match "everything else" by setting `*` as the package, so the same import order can be set up within Eclipse: ![import_config](https://user-images.gith

[GitHub] [maven-artifact-transfer] dependabot[bot] opened a new pull request #49: Bump actions/checkout from 2.3.4 to 2.3.5

2021-10-18 Thread GitBox
dependabot[bot] opened a new pull request #49: URL: https://github.com/apache/maven-artifact-transfer/pull/49 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. Release notes Sourced from https://github.com/actions/checkout/releases";>actions/checko

[GitHub] [maven-gh-actions-shared] slawekjaranowski opened a new pull request #9: Move common flags from maven_args to steps command

2021-10-18 Thread GitBox
slawekjaranowski opened a new pull request #9: URL: https://github.com/apache/maven-gh-actions-shared/pull/9 This change allow simpler use with other project than maven, which require different profileseg, we can ```yml uses: apache/maven-gh-actions-shared/ with: mave

[GitHub] [maven-gh-actions-shared] khmarbaise commented on pull request #9: Move common flags from maven_args to steps command

2021-10-18 Thread GitBox
khmarbaise commented on pull request #9: URL: https://github.com/apache/maven-gh-actions-shared/pull/9#issuecomment-946132510 From my point of view this repo contains gh actions for Apache Maven projects...so I would not remove `--errors` nor `--batch-mode` etc. so I'm -1 for that. --

[GitHub] [maven-gh-actions-shared] slawekjaranowski commented on pull request #9: Move common flags from maven_args to steps command

2021-10-18 Thread GitBox
slawekjaranowski commented on pull request #9: URL: https://github.com/apache/maven-gh-actions-shared/pull/9#issuecomment-946142677 I don't remove it only move ... command will be call as: ``` mvn --errors --batch-mode --show-version ${{ inputs.maven_args }} verify ``` w

[GitHub] [maven-gh-actions-shared] olamy commented on pull request #9: Move common flags from maven_args to steps command

2021-10-18 Thread GitBox
olamy commented on pull request #9: URL: https://github.com/apache/maven-gh-actions-shared/pull/9#issuecomment-946302066 @khmarbaise this change really ensure using `--errors --batch-mode --show-version` for every build. still -1? -- This is an automated message from the Apache Git Ser

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

2021-10-19 Thread GitBox
slawekjaranowski commented on pull request #4: URL: https://github.com/apache/maven-gh-actions-shared/pull/4#issuecomment-946548455 Any other votes, suggestions ...? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [maven-gh-actions-shared] khmarbaise commented on pull request #9: Move common flags from maven_args to steps command

2021-10-19 Thread GitBox
khmarbaise commented on pull request #9: URL: https://github.com/apache/maven-gh-actions-shared/pull/9#issuecomment-946549200 > @khmarbaise this change really ensure using `--errors --batch-mode --show-version` for every build. still -1? Then I'm fine with it. -- This is an auto

[GitHub] [maven-gh-actions-shared] olamy merged pull request #9: Move common flags from maven_args to steps command

2021-10-19 Thread GitBox
olamy merged pull request #9: URL: https://github.com/apache/maven-gh-actions-shared/pull/9 -- 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: dev-un

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

2021-10-19 Thread GitBox
slawekjaranowski closed pull request #8: URL: https://github.com/apache/maven-gh-actions-shared/pull/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 above to go to the specific comment. To unsubscribe, e-m

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

2021-10-19 Thread GitBox
slawekjaranowski closed pull request #6: URL: https://github.com/apache/maven-gh-actions-shared/pull/6 -- 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-m

[GitHub] [maven-gh-actions-shared] olamy merged pull request #7: Simplify fail fast configuration

2021-10-19 Thread GitBox
olamy merged pull request #7: URL: https://github.com/apache/maven-gh-actions-shared/pull/7 -- 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: dev-un

[GitHub] [maven-doxia] dependabot[bot] opened a new pull request #71: Bump ant-apache-regexp from 1.10.11 to 1.10.12

2021-10-20 Thread GitBox
dependabot[bot] opened a new pull request #71: URL: https://github.com/apache/maven-doxia/pull/71 Bumps ant-apache-regexp from 1.10.11 to 1.10.12. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.ant:

[GitHub] [maven-doxia-site] dependabot[bot] opened a new pull request #13: Bump ant from 1.10.11 to 1.10.12

2021-10-20 Thread GitBox
dependabot[bot] opened a new pull request #13: URL: https://github.com/apache/maven-doxia-site/pull/13 Bumps ant from 1.10.11 to 1.10.12. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.ant:ant&packa

[GitHub] [maven-gh-actions-shared] olamy merged pull request #10: Fix branch name for release-drafter

2021-10-21 Thread GitBox
olamy merged pull request #10: URL: https://github.com/apache/maven-gh-actions-shared/pull/10 -- 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: dev-

[GitHub] [maven-wrapper-plugin] hboutemy opened a new pull request #1: [MWRAPPER-14] first step at putting all wrapper pieces in one build

2021-10-25 Thread GitBox
hboutemy opened a new pull request #1: URL: https://github.com/apache/maven-wrapper-plugin/pull/1 Wrapper consists in 3 pieces: - wrapper (maven-wrapper.jar) - wrapper distribution (mvnw scripts) - wrapper plugin that should have the same version = "the wrapper version" the wr

[GitHub] [maven-wrapper-plugin] rfscholte commented on a change in pull request #2: unpack wrapper distribution

2021-10-25 Thread GitBox
rfscholte commented on a change in pull request #2: URL: https://github.com/apache/maven-wrapper-plugin/pull/2#discussion_r735855180 ## File path: src/main/java/org/apache/maven/plugins/wrapper/WrapperMojo.java ## @@ -128,7 +128,7 @@ public void execute() throws MojoExecutionEx

[GitHub] [maven-wrapper-plugin] rfscholte commented on pull request #1: [MWRAPPER-14] first step at putting all wrapper pieces in one build

2021-10-25 Thread GitBox
rfscholte commented on pull request #1: URL: https://github.com/apache/maven-wrapper-plugin/pull/1#issuecomment-951204672 I'm not convinced this is the right thing to do. If you compare the original mvn and mvnw script when it was donated, you should have noticed that they both went their

[GitHub] [maven-wrapper-plugin] hboutemy commented on pull request #1: [MWRAPPER-14] put all wrapper pieces in one build

2021-10-25 Thread GitBox
hboutemy commented on pull request #1: URL: https://github.com/apache/maven-wrapper-plugin/pull/1#issuecomment-951301704 I completely value the work done to sync mvn and mvnw: syncing is just about copying the 6 partial scripts. on releasing, there is only 1 simultaneous release for

[GitHub] [maven-wrapper-plugin] hboutemy edited a comment on pull request #1: [MWRAPPER-14] put all wrapper pieces in one build

2021-10-25 Thread GitBox
hboutemy edited a comment on pull request #1: URL: https://github.com/apache/maven-wrapper-plugin/pull/1#issuecomment-951301704 I completely value the work done to sync mvn and mvnw: syncing is just about copying the 6 partial scripts. on releasing, there is only 1 simultaneous rele

[GitHub] [maven-wrapper-plugin] hboutemy edited a comment on pull request #1: [MWRAPPER-14] put all wrapper pieces in one build

2021-10-25 Thread GitBox
hboutemy edited a comment on pull request #1: URL: https://github.com/apache/maven-wrapper-plugin/pull/1#issuecomment-951301704 I completely value the work done to sync mvn and mvnw: syncing again is just about copying the 6 partial scripts to `maven-wrapper-distribution/src/assembly/mave

[GitHub] [maven-wrapper-plugin] hboutemy commented on a change in pull request #2: unpack wrapper distribution

2021-10-25 Thread GitBox
hboutemy commented on a change in pull request #2: URL: https://github.com/apache/maven-wrapper-plugin/pull/2#discussion_r735968181 ## File path: src/main/java/org/apache/maven/plugins/wrapper/WrapperMojo.java ## @@ -128,7 +128,7 @@ public void execute() throws MojoExecutionExc

[GitHub] [maven-gh-actions-shared] olamy merged pull request #13: Release drafter - add v* branches

2021-10-25 Thread GitBox
olamy merged pull request #13: URL: https://github.com/apache/maven-gh-actions-shared/pull/13 -- 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: dev-

[GitHub] [maven-gh-actions-shared] olamy merged pull request #12: Remove release-drafetr from branch v1

2021-10-25 Thread GitBox
olamy merged pull request #12: URL: https://github.com/apache/maven-gh-actions-shared/pull/12 -- 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: dev-

[GitHub] [maven-gh-actions-shared] olamy merged pull request #11: Rename workflow to maven-verify

2021-10-25 Thread GitBox
olamy merged pull request #11: URL: https://github.com/apache/maven-gh-actions-shared/pull/11 -- 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: dev-

[GitHub] [maven-gh-actions-shared] olamy merged pull request #14: Update example in readme with v1 branch

2021-10-25 Thread GitBox
olamy merged pull request #14: URL: https://github.com/apache/maven-gh-actions-shared/pull/14 -- 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: dev-

[GitHub] [maven-wrapper-plugin] rfscholte commented on pull request #1: [MWRAPPER-14] put all wrapper pieces in one build

2021-10-25 Thread GitBox
rfscholte commented on pull request #1: URL: https://github.com/apache/maven-wrapper-plugin/pull/1#issuecomment-951615646 So how do you intend to keep up with changes like https://github.com/apache/maven/pull/602 ? -- This is an automated message from the Apache Git Service. To respond

[GitHub] [maven-wrapper-plugin] slawekjaranowski commented on pull request #1: [MWRAPPER-14] put all wrapper pieces in one build

2021-10-26 Thread GitBox
slawekjaranowski commented on pull request #1: URL: https://github.com/apache/maven-wrapper-plugin/pull/1#issuecomment-951775639 Another idea ... why not simply call `mvn*` scripts from Maven distribution ... of course after needed job for wrapper like downloading In this case code

[GitHub] [maven-wrapper-plugin] rfscholte commented on pull request #1: [MWRAPPER-14] put all wrapper pieces in one build

2021-10-26 Thread GitBox
rfscholte commented on pull request #1: URL: https://github.com/apache/maven-wrapper-plugin/pull/1#issuecomment-951816397 @slawekjaranowski if that would work, that would be a much more acceptable solution for me. -- This is an automated message from the Apache Git Service. To respond t

[GitHub] [maven-doxia] dependabot[bot] opened a new pull request #72: Bump xmlunit-core from 2.7.0 to 2.8.3

2021-10-26 Thread GitBox
dependabot[bot] opened a new pull request #72: URL: https://github.com/apache/maven-doxia/pull/72 Bumps [xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.7.0 to 2.8.3. Release notes Sourced from https://github.com/xmlunit/xmlunit/releases";>xmlunit-core's releases.

[GitHub] [maven-gh-actions-shared] slawekjaranowski opened a new pull request #15: Complete example of usage

2021-10-26 Thread GitBox
slawekjaranowski opened a new pull request #15: URL: https://github.com/apache/maven-gh-actions-shared/pull/15 simplifies copy and paste -- 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 speci

[GitHub] [maven-gh-actions-shared] slawekjaranowski opened a new pull request #16: Execute test on proper branch

2021-10-26 Thread GitBox
slawekjaranowski opened a new pull request #16: URL: https://github.com/apache/maven-gh-actions-shared/pull/16 Test has static reference for branch, so should be executed on corresponding branch -- This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [maven-wrapper-plugin] slachiewicz merged pull request #3: improve gitignore

2021-10-26 Thread GitBox
slachiewicz merged pull request #3: URL: https://github.com/apache/maven-wrapper-plugin/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: dev

[GitHub] [maven-site] slawekjaranowski commented on pull request #268: IntelliJ IDEA - code style for Groovy

2021-10-26 Thread GitBox
slawekjaranowski commented on pull request #268: URL: https://github.com/apache/maven-site/pull/268#issuecomment-952305785 Easy but can be useful ... -- 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 g

[GitHub] [maven-site] dependabot[bot] opened a new pull request #270: Bump ant from 1.10.11 to 1.10.12

2021-10-26 Thread GitBox
dependabot[bot] opened a new pull request #270: URL: https://github.com/apache/maven-site/pull/270 Bumps ant from 1.10.11 to 1.10.12. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.ant:ant&package-m

[GitHub] [maven-wrapper-plugin] hboutemy commented on pull request #1: [MWRAPPER-14] put all wrapper pieces in one build

2021-10-26 Thread GitBox
hboutemy commented on pull request #1: URL: https://github.com/apache/maven-wrapper-plugin/pull/1#issuecomment-952568787 yes, instead of copying by hand partial scripts from https://github.com/apache/maven/tree/master/apache-maven/src/assembly/shared to current project source https://git

[GitHub] [maven-gh-actions-shared] slawekjaranowski closed pull request #16: Execute test on proper branch

2021-10-26 Thread GitBox
slawekjaranowski closed pull request #16: URL: https://github.com/apache/maven-gh-actions-shared/pull/16 -- 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

[GitHub] [maven-gh-actions-shared] slawekjaranowski commented on pull request #16: Execute test on proper branch

2021-10-26 Thread GitBox
slawekjaranowski commented on pull request #16: URL: https://github.com/apache/maven-gh-actions-shared/pull/16#issuecomment-952578883 not needed .. yet .. I must do more tests -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [maven-wrapper-plugin] slawekjaranowski commented on pull request #1: [MWRAPPER-14] put all wrapper pieces in one build

2021-10-26 Thread GitBox
slawekjaranowski commented on pull request #1: URL: https://github.com/apache/maven-wrapper-plugin/pull/1#issuecomment-952590460 I think that running `mvn` from Maven distribution will be better ... Some change to maven scripts can be depend on Maven core code like: https://github.co

[GitHub] [maven-wrapper-plugin] hboutemy commented on pull request #1: [MWRAPPER-14] put all wrapper pieces in one build

2021-10-26 Thread GitBox
hboutemy commented on pull request #1: URL: https://github.com/apache/maven-wrapper-plugin/pull/1#issuecomment-952594433 oh, yes, sorry, please forget my previous comment: morning coffe took more time than I expected to warm up my brain :) Yes, having `mvnw` script (stored in source

[GitHub] [maven-gh-actions-shared] olamy merged pull request #15: Complete example of usage

2021-11-02 Thread GitBox
olamy merged pull request #15: URL: https://github.com/apache/maven-gh-actions-shared/pull/15 -- 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: dev-

[GitHub] [maven-gh-actions-shared] olamy merged pull request #15: Complete example of usage

2021-11-02 Thread GitBox
olamy merged pull request #15: URL: https://github.com/apache/maven-gh-actions-shared/pull/15 -- 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: dev-

[GitHub] [maven-site] cyrille-leclerc opened a new pull request #271: Update "Maven/ Available Extensions", add OpenTelemetry Maven Extension

2021-11-02 Thread GitBox
cyrille-leclerc opened a new pull request #271: URL: https://github.com/apache/maven-site/pull/271 Update "[Maven/ Available Extensions](https://maven.apache.org/extensions/index.html)", add the [OpenTelemetry Maven Extension](https://github.com/open-telemetry/opentelemetry-java-contrib/t

[GitHub] [maven-site] olamy merged pull request #271: Update "Maven/ Available Extensions", add OpenTelemetry Maven Extension

2021-11-02 Thread GitBox
olamy merged pull request #271: URL: https://github.com/apache/maven-site/pull/271 -- 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: dev-unsubscr...

[GitHub] [maven-gh-actions-shared] olamy merged pull request #15: Complete example of usage

2021-11-02 Thread GitBox
olamy merged pull request #15: URL: https://github.com/apache/maven-gh-actions-shared/pull/15 -- 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: dev-

[GitHub] [maven-site] olamy merged pull request #271: Update "Maven/ Available Extensions", add OpenTelemetry Maven Extension

2021-11-02 Thread GitBox
olamy merged pull request #271: URL: https://github.com/apache/maven-site/pull/271 -- 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: dev-unsubscr...

[GitHub] [maven-artifact-transfer] dependabot[bot] commented on pull request #49: Bump actions/checkout from 2.3.4 to 2.3.5

2021-11-03 Thread GitBox
dependabot[bot] commented on pull request #49: URL: https://github.com/apache/maven-artifact-transfer/pull/49#issuecomment-958970536 Superseded by #50. -- 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-artifact-transfer] dependabot[bot] opened a new pull request #50: Bump actions/checkout from 2.3.4 to 2.4.0

2021-11-03 Thread GitBox
dependabot[bot] opened a new pull request #50: URL: https://github.com/apache/maven-artifact-transfer/pull/50 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.4.0. Release notes Sourced from https://github.com/actions/checkout/releases";>actions/checko

[GitHub] [maven-artifact-transfer] dependabot[bot] closed pull request #49: Bump actions/checkout from 2.3.4 to 2.3.5

2021-11-03 Thread GitBox
dependabot[bot] closed pull request #49: URL: https://github.com/apache/maven-artifact-transfer/pull/49 -- 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-

[GitHub] [maven-artifact-transfer] dependabot[bot] closed pull request #49: Bump actions/checkout from 2.3.4 to 2.3.5

2021-11-03 Thread GitBox
dependabot[bot] closed pull request #49: URL: https://github.com/apache/maven-artifact-transfer/pull/49 -- 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-ma

[GitHub] [maven-artifact-transfer] dependabot[bot] commented on pull request #49: Bump actions/checkout from 2.3.4 to 2.3.5

2021-11-03 Thread GitBox
dependabot[bot] commented on pull request #49: URL: https://github.com/apache/maven-artifact-transfer/pull/49#issuecomment-958970536 -- 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

[GitHub] [maven-artifact-transfer] dependabot[bot] closed pull request #49: Bump actions/checkout from 2.3.4 to 2.3.5

2021-11-03 Thread GitBox
dependabot[bot] closed pull request #49: URL: https://github.com/apache/maven-artifact-transfer/pull/49 -- 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-

[GitHub] [maven-artifact-transfer] dependabot[bot] commented on pull request #49: Bump actions/checkout from 2.3.4 to 2.3.5

2021-11-03 Thread GitBox
dependabot[bot] commented on pull request #49: URL: https://github.com/apache/maven-artifact-transfer/pull/49#issuecomment-958970536 Superseded by #50. -- 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-doxia] dependabot[bot] opened a new pull request #73: Bump xmlunit-matchers from 2.7.0 to 2.8.3

2021-11-04 Thread GitBox
dependabot[bot] opened a new pull request #73: URL: https://github.com/apache/maven-doxia/pull/73 Bumps [xmlunit-matchers](https://github.com/xmlunit/xmlunit) from 2.7.0 to 2.8.3. Release notes Sourced from https://github.com/xmlunit/xmlunit/releases";>xmlunit-matchers's releases

[GitHub] [maven-wrapper-plugin] hboutemy commented on pull request #1: [MWRAPPER-14] put all wrapper pieces in one build

2021-11-07 Thread GitBox
hboutemy commented on pull request #1: URL: https://github.com/apache/maven-wrapper-plugin/pull/1#issuecomment-962566868 I created https://issues.apache.org/jira/browse/MWRAPPER-16 to track this very good idea on `mvnw` launching `mvn` scripts: I hope we'll find a solution some day --

[GitHub] [maven-wrapper-plugin] hboutemy merged pull request #2: unpack wrapper distribution

2021-11-07 Thread GitBox
hboutemy merged pull request #2: URL: https://github.com/apache/maven-wrapper-plugin/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: dev-un

[GitHub] [maven-site] hboutemy commented on pull request #272: Clarify HEAD being the default for scm.tag

2021-11-09 Thread GitBox
hboutemy commented on pull request #272: URL: https://github.com/apache/maven-site/pull/272#issuecomment-964163051 you're right https://maven.apache.org/ref/3.8.3/maven-model/maven.html#class_scm thank you -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [maven-site] hboutemy merged pull request #272: Clarify HEAD being the default for scm.tag

2021-11-09 Thread GitBox
hboutemy merged pull request #272: URL: https://github.com/apache/maven-site/pull/272 -- 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: dev-unsubscr

[GitHub] [maven-gh-actions-shared] olamy merged pull request #17: No persist credentials during git checkout

2021-11-11 Thread GitBox
olamy merged pull request #17: URL: https://github.com/apache/maven-gh-actions-shared/pull/17 -- 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: dev-

[GitHub] [maven-gh-actions-shared] olamy merged pull request #18: Add dependabot for GitHub Action updates

2021-11-11 Thread GitBox
olamy merged pull request #18: URL: https://github.com/apache/maven-gh-actions-shared/pull/18 -- 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: dev-

[GitHub] [maven-gh-actions-shared] dependabot[bot] opened a new pull request #19: Bump actions/checkout from 2.3.4 to 2.4.0

2021-11-11 Thread GitBox
dependabot[bot] opened a new pull request #19: URL: https://github.com/apache/maven-gh-actions-shared/pull/19 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.4.0. Release notes Sourced from https://github.com/actions/checkout/releases";>actions/checko

[GitHub] [maven-gh-actions-shared] olamy merged pull request #19: Bump actions/checkout from 2.3.4 to 2.4.0

2021-11-11 Thread GitBox
olamy merged pull request #19: URL: https://github.com/apache/maven-gh-actions-shared/pull/19 -- 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: dev-

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

2021-11-13 Thread GitBox
hboutemy commented on pull request #269: URL: https://github.com/apache/maven-site/pull/269#issuecomment-968073411 it seems reasonable -- 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 specifi

[GitHub] [maven-site] slawekjaranowski commented on pull request #273: Fix link for dev list

2021-11-13 Thread GitBox
slawekjaranowski commented on pull request #273: URL: https://github.com/apache/maven-site/pull/273#issuecomment-968109938 thanks for approval, please also merge - I don't have such power 😄 -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [maven-site] slachiewicz merged pull request #273: Fix link for dev list

2021-11-13 Thread GitBox
slachiewicz merged pull request #273: URL: https://github.com/apache/maven-site/pull/273 -- 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: dev-unsub

[GitHub] [maven-site] slachiewicz merged pull request #270: Bump ant from 1.10.11 to 1.10.12

2021-11-13 Thread GitBox
slachiewicz merged pull request #270: URL: https://github.com/apache/maven-site/pull/270 -- 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: dev-unsub

[GitHub] [maven-doxia] slachiewicz closed pull request #71: Bump ant-apache-regexp from 1.10.11 to 1.10.12

2021-11-13 Thread GitBox
slachiewicz closed pull request #71: URL: https://github.com/apache/maven-doxia/pull/71 -- 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: dev-unsubs

[GitHub] [maven-site] famod commented on a change in pull request #274: Add release notes for Maven 3.8.4

2021-11-15 Thread GitBox
famod commented on a change in pull request #274: URL: https://github.com/apache/maven-site/pull/274#discussion_r749445154 ## File path: content/markdown/docs/3.8.4/release-notes.md ## @@ -0,0 +1,58 @@ + + +# Release Notes – Maven 3.8.4 + +The Apache Maven team would like to an

[GitHub] [maven-site] famod commented on a change in pull request #274: Add release notes for Maven 3.8.4

2021-11-15 Thread GitBox
famod commented on a change in pull request #274: URL: https://github.com/apache/maven-site/pull/274#discussion_r749445154 ## File path: content/markdown/docs/3.8.4/release-notes.md ## @@ -0,0 +1,58 @@ + + +# Release Notes – Maven 3.8.4 + +The Apache Maven team would like to an

[GitHub] [maven-site] michael-o commented on a change in pull request #274: Add release notes for Maven 3.8.4

2021-11-15 Thread GitBox
michael-o commented on a change in pull request #274: URL: https://github.com/apache/maven-site/pull/274#discussion_r749517227 ## File path: content/markdown/docs/3.8.4/release-notes.md ## @@ -0,0 +1,58 @@ + + +# Release Notes – Maven 3.8.4 + +The Apache Maven team would like t

[GitHub] [maven-site] michael-o commented on a change in pull request #274: Add release notes for Maven 3.8.4

2021-11-15 Thread GitBox
michael-o commented on a change in pull request #274: URL: https://github.com/apache/maven-site/pull/274#discussion_r749517227 ## File path: content/markdown/docs/3.8.4/release-notes.md ## @@ -0,0 +1,58 @@ + + +# Release Notes – Maven 3.8.4 + +The Apache Maven team would like t

[GitHub] [maven-site] famod commented on a change in pull request #274: Add release notes for Maven 3.8.4

2021-11-15 Thread GitBox
famod commented on a change in pull request #274: URL: https://github.com/apache/maven-site/pull/274#discussion_r749762823 ## File path: content/markdown/docs/3.8.4/release-notes.md ## @@ -0,0 +1,58 @@ + + +# Release Notes – Maven 3.8.4 + +The Apache Maven team would like to an

[GitHub] [maven-wrapper-plugin] jvanzyl commented on pull request #1: [MWRAPPER-14] put all wrapper pieces in one build

2021-11-16 Thread GitBox
jvanzyl commented on pull request #1: URL: https://github.com/apache/maven-wrapper-plugin/pull/1#issuecomment-970322319 > Another idea ... why not simply call `mvn*` scripts from Maven distribution ... of course after needed job for wrapper like downloading > > In this case code wil

[GitHub] [maven-wrapper-plugin] jvanzyl edited a comment on pull request #1: [MWRAPPER-14] put all wrapper pieces in one build

2021-11-16 Thread GitBox
jvanzyl edited a comment on pull request #1: URL: https://github.com/apache/maven-wrapper-plugin/pull/1#issuecomment-970322319 > Another idea ... why not simply call `mvn*` scripts from Maven distribution ... of course after needed job for wrapper like downloading > > In this case c

<    7   8   9   10   11   12   13   14   15   16   >