Re: [VOTE] Release Apache Maven Artifact Plugin version 1.0

2021-01-29 Thread Hervé BOUTEMY
here is my +1 could reproduce the reference build: JDK 8 on Unix plugin is used heavily at Reproducible Central https://github.com/jvm-repo-rebuild/reproducible-central I need more votes, both from users asking for the release and PMC Regards, Hervé Le mercredi 27 janvier 2021, 01:04:59 CET

jvm.config and spaces

2021-01-29 Thread Romain Manni-Bucau
Hi all, Is it intended our jvm.config impl does not support spaces? -Dfoo=bar dummy "-Dfoo=bar dummy" '-Dfoo=bar dummy' -Dfoo=bar\ dummy All these options don't work - which can be surprising when you are used to bash. Fun thing is that if you take of them which should work and append echo

Re: Maven artifacts SHA256 | SHA512 checksums

2021-01-29 Thread Konrad Windszus
Hi Petr, this should be feasible with checksum-maven-plugin in the upcoming version (https://issues.apache.org/jira/browse/MPOM-244?focusedCommentId=17255937=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17255937). Konrad

[ANN] Apache Maven Archiver version 3.5.1 Released

2021-01-29 Thread Sylwester Lachiewicz
The Apache Maven team is pleased to announce the release of the Apache Maven Archiver, version 3..5.1 This shared lib is mainly used by plugins to handle packaging https://maven.apache.org/shared/maven-archiver/index.html You should specify the version in your project's dependency

Re: Maven artifacts SHA256 | SHA512 checksums

2021-01-29 Thread Elliotte Rusty Harold
This sounds like a very worthwhile feature. There's even a remote chance I could talk someone at work into funding this effort since it fits in with some other projects we have going. Can you file an issue or issues in the relevant component(s) On Fri, Jan 29, 2021 at 8:04 AM Petr Ivanov wrote:

Re: Maven artifacts SHA256 | SHA512 checksums

2021-01-29 Thread Paul Hammant
I don't think so - it's tied to SHA1 presently and would require updates to multiple plugins. I mean for your own DAV-style repository you could ALSO publish SHA256s, but there's no verification cycle as deps are pulled into a build client-side that'd use them.

Re: [VOTE] Release Apache Maven Artifact Plugin version 1.0

2021-01-29 Thread Hervé BOUTEMY
Le mercredi 27 janvier 2021, 16:34:46 CET Elliotte Rusty Harold a écrit : > -1 > > The project has integration tests, but no unit tests. Jira issue created https://issues.apache.org/jira/browse/MARTIFACT-10 > It isn't properly hardened against I/O errors. this one has been fixed:

Maven artifacts SHA256 | SHA512 checksums

2021-01-29 Thread Petr Ivanov
Hi all! Had no luck in asking in USER list, trying fellow developers. Is there a way to configure maven project in such a way, that it will generate and deploy SHA256 | SHA512 checksums with `mvn deploy` command? I've tried maven-gpg-plugin and maven-checksum-plugin in all variations, but