Martin Kanters
Martin Kanters
This PR ensures that when a multi module project is resumed halfway, the project progress counter is not reset. [Related issue](https://issues.apache.org/jira/browse/MNG-7098). Following this checklist to help us incorporate your contribution...
Related issue: https://issues.apache.org/jira/browse/MNG-7310 Related PR for integration tests (WIP): https://github.com/apache/maven-integration-testing/pull/131 --- Following this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a...
This PR used to be part of MNG-7390, but now just contains the refactoring part. Made the intention of the reactor code more clear and changed the order of steps...
This code change was accidentally already merged into master, and then reverted. This is the [original PR](https://github.com/apache/maven/pull/783). --- This PR ensures that when a multi module project is resumed halfway,...
Hi all, thanks for all the great work you are doing! As the generated DSL only generates fields without input fields or with all input fields, we are trying to...
For implementing Maven issue [MNG-4660](https://issues.apache.org/jira/browse/MNG-4660) we would like to be able to know when the last compilation happened. We need this information to determine the packaged artifact (.jar) is up-to-date...