Skip to content

Conversation

@cstamas
Copy link
Member

@cstamas cstamas commented Nov 27, 2024

The goal of this PR is manifold, but major one is to be able to use in ITs new options introduced in Maven4. Currently the "embedded" mode supports only Maven3 options, as Maven4 got new CLI entry point (CLIng), while verifier uses old MavenCli entry point, that is also deprecated. Finally, a full cleanup of (black) magic happened as well, keep ITs simple and clean.

Changes:

  • dropped from ITs classpath maven-shared-util
  • dropped from ITs classpath maven-verifier, copied last master Verifier to maven-it-helper and modified
  • enhancements to new maven-executor to make it fully replace maven-verifier
  • ITs are now using new infra and are using new CLIng "entry point" as well (so far ITs used deprecated maven-embedder/MavenCLI class).

https://issues.apache.org/jira/browse/MNG-8403

Changes:
* dropped from ITs maven-shared-util (replaced with JDK or plexus-utils anyway present)
* dropped from ITs maven-verifier, copied last master classes to maven-it-helper
* enhancing maven-executor WIP
@cstamas cstamas self-assigned this Nov 27, 2024
@cstamas cstamas marked this pull request as ready for review December 4, 2024 14:30
Just some javadoc fixes and POM removal of unused prop.

No code change.
@cstamas cstamas changed the title Maven ITs use maven-executor [MNG-8403] Maven ITs use maven-executor Dec 4, 2024
@cstamas cstamas added this to the 4.0.0-rc-2 milestone Dec 4, 2024
@cstamas cstamas requested a review from gnodet December 4, 2024 16:04
@cstamas
Copy link
Member Author

cstamas commented Dec 4, 2024

@gnodet no, let's do it other way: remove the "shared" verifier?

@gnodet gnodet force-pushed the it-maven-executir branch from b277c4d to 7c93643 Compare December 5, 2024 07:31
@cstamas cstamas merged commit e74bde0 into apache:master Dec 5, 2024
13 checks passed
@cstamas cstamas deleted the it-maven-executir branch December 5, 2024 08:02
@jira-importer
Copy link

Resolve #9451

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants