Class defined on module path not found when running integration tests

2022-07-30 Thread Ryan Lubke
Hey Folks, I’ve been looking into this issue for a couple of days now and have run out of ideas. Maven Version:3.8.5 Maven Failsafe Version: 3.0.0-M7 Java Version:17.0.4 OS: MacOS 12.5/Apple Silicon The test compiles fine using the modul

[ANN] Apache Maven SCM 2.0.0-M2 released

2022-07-30 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven SCM, version 2.0.0-M2. https://maven.apache.org/scm/ Release Notes - Maven SCM - Version 2.0.0-M2 ** Bug * [SCM-807] - JGit impl check-in fails unless the Maven project is in the working copy root * [SCM-913

Re: Maven multiple requests transaction

2022-07-30 Thread Bernd Eckenfels
Hello, While some repository managers have additional logic (like staging repos where the user can review and integrate the result of single/multiple uploads) the protocol is not particular transactional. It’s a bunch of single file uploads and the Repo managers are more or less smart to do tha

Maven multiple requests transaction

2022-07-30 Thread amruta kawade
Hi I wanted to understand if there is any marker or handshake by which we will get to know how many files will be uploaded in maven deploy project. as maven uploads a single file at a time and there is no indication of how many files will be uploaded once you receive a request for any particular