Using of Travis

2021-12-16 Thread Slawomir Jaranowski
Hi, As the primary CI environment we use Jenkins. Now also using GH Actions ... I think that those both are enough. Some projects contain scripts for Travis, like surefire. Do we want to still use Travis? -- Sławomir Jaranowski

[GitHub] [maven-mvnd] ecki commented on pull request #539: Do not cut sha256 in release workflow

2021-12-16 Thread GitBox
ecki commented on pull request #539: URL: https://github.com/apache/maven-mvnd/pull/539#issuecomment-996469192 Is this compatible with the maven repository format? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [maven-mvnd] vorburger commented on pull request #539: Do not cut sha256 in release workflow

2021-12-16 Thread GitBox
vorburger commented on pull request #539: URL: https://github.com/apache/maven-mvnd/pull/539#issuecomment-996380520 > use the checksum in an automated download script such as e.g. https://github.com/vorburger/vorburger-dotfiles-bin-etc/blob/master/install-github.sh -- This

[GitHub] [maven-mvnd] vorburger opened a new pull request #539: Do not cut sha256 in release workflow

2021-12-16 Thread GitBox
vorburger opened a new pull request #539: URL: https://github.com/apache/maven-mvnd/pull/539 This makes it much easier to actually use the checksum in an automated download script by using `sha256sum -c mvnd*.sha256 mvnd*.zip`. -- This is an automated message from the Apache Git Service.

[GitHub] [maven-mvnd] atlib77 commented on issue #536: mvn clean slow on Windows - alternative implementation

2021-12-16 Thread GitBox
atlib77 commented on issue #536: URL: https://github.com/apache/maven-mvnd/issues/536#issuecomment-996361416 Awesome! Left a comment on the PR #538 -- 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-mvnd] atlib77 edited a comment on pull request #538: Fastclean extension

2021-12-16 Thread GitBox
atlib77 edited a comment on pull request #538: URL: https://github.com/apache/maven-mvnd/pull/538#issuecomment-996360274 Wow! You... are... quick!! :) Thank you so much for taking the time to test out the idea. So I gave it a shot and strangely, despite you spinning up a new thread

[GitHub] [maven-mvnd] atlib77 commented on pull request #538: Fastclean extension

2021-12-16 Thread GitBox
atlib77 commented on pull request #538: URL: https://github.com/apache/maven-mvnd/pull/538#issuecomment-996360274 Wow! You... are... quick!! :) Thank you so much for taking the time to test out the idea. So I gave it a shot and strangely, despite you spinning of a new thread, the

[GitHub] [maven-site] slachiewicz merged pull request #279: Bump extra-enforcer-rules from 1.4 to 1.5.1

2021-12-16 Thread GitBox
slachiewicz merged pull request #279: URL: https://github.com/apache/maven-site/pull/279 -- 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] dependabot[bot] opened a new pull request #279: Bump extra-enforcer-rules from 1.4 to 1.5.1

2021-12-16 Thread GitBox
dependabot[bot] opened a new pull request #279: URL: https://github.com/apache/maven-site/pull/279 Bumps [extra-enforcer-rules](https://github.com/mojohaus/extra-enforcer-rules) from 1.4 to 1.5.1. Release notes Sourced from https://github.com/mojohaus/extra-enforcer-rules/release

[RESULT] [VOTE] Release Apache Maven Wrapper version 3.1.0

2021-12-16 Thread Hervé BOUTEMY
Hi, The vote has passed with the following result: +1 : Christopher Dutz, Tamás Cservenák, Jason van zyl, Arnaud Héritier, Hervé Boutemy PMC quorum: reached I will promote the artifacts to the central repo. - To unsubscribe

Re: [VOTE] Release Apache Maven Wrapper version 3.1.0

2021-12-16 Thread Hervé BOUTEMY
here is my +1 build near fully reproduced: reference was done with JDK 8 on *nix Only strange issue is on group write access to on mvnw*.cmd that is different in source-release zip file from Git checkout... Regards, Hervé Le lundi 13 décembre 2021, 22:09:42 CET Hervé BOUTEMY a écrit : > Hi, >

[GitHub] [maven-doxia] dependabot[bot] opened a new pull request #76: Bump httpcore from 4.4.14 to 4.4.15

2021-12-16 Thread GitBox
dependabot[bot] opened a new pull request #76: URL: https://github.com/apache/maven-doxia/pull/76 Bumps httpcore from 4.4.14 to 4.4.15. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.httpcomponents:

Re: Drop @inject and sisu from mojo?

2021-12-16 Thread Tamás Cservenák
Howdy Cyrille, I'd love to hear more about your problems, and the limitations you have hit. Thanks Tamas On Thu, Dec 16, 2021 at 12:30 PM Cyrille Le Clerc wrote: > Dear Maven Community, > > As an infrequent Maven plugin author (Jenkins Pipeline Maven integration >

Re: Drop @inject and sisu from mojo?

2021-12-16 Thread Cyrille Le Clerc
Dear Maven Community, As an infrequent Maven plugin author (Jenkins Pipeline Maven integration and OpenTelemetry Maven extension ), I c

Re: Maven Resolver + Wagon

2021-12-16 Thread Łukasz Dywicki
I can state an view from not a core developer, but someone who happened to use both, resolver and wagon, in different constellations. The main point for abstraction is to unify implementations and let callers align to it. Given that in the past days wagon was mainly intended for basic operatio