Feat: Pull out maven-executor into its own project#12004
Conversation
The main goal of maven-executor is ability to execute Maven 3/4 in "embedded" and "forked" mode, and has nothing to do with Maven release lifecycle itself (and is dependency-less as well).
|
question: what about |
|
Re site, I did not do anything, and I agree, we need visibility. Re projects, there were some issues: |
|
oh, if maven-executor is expected to be the replacement for maven-invoker and maven-verifier, let's make it a shared component and document it from the start, please and I suppose there are also related issues or PRs in related plugins https://maven.apache.org/plugins/ like maven-invoker-plugin and/or maven-verifier-plugin? |
|
Yes, Maven project was inconsistent (or maybe "organic") in this respect, had wildly different projects meant to perform pretty much same thing, but there were huge differences in capabilities (fork-only vs fork-embedded) and APIs (CLI-like vs fully mimic Maven CLI). The idea of |
|
😄 my old mail - https://lists.apache.org/thread/20m5llon639s2vvps4o8qm9crpb2hg8n |
The main goal of maven-executor is ability to execute Maven 3/4 in "embedded" and "forked" mode, and has nothing to do with Maven release lifecycle itself (and is dependency-less as well).
This PR now makes Maven ITs execute with SNAPSHOT deployed by Jenkins from https://github.com/apache/maven-executor