This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a change to branch MNG-7353
in repository https://gitbox.apache.org/repos/asf/maven.git
omit a5ba1bb37 improve description
omit 53b7511a7 s/3.9/3.9.0/
omit 6d1a59d99 [MNG-7353] support CLI "mvn pluginPrefix:version:goal"
add f164ab5f8 [MNG-7513] Address commons-io_commons-io vulnerability found
in maven latest version
add eaac5f345 [MNG-7515] Cannot see a dependency tree for apache-maven
module
add e1e4f5bda [MNG-7511] Ensure the degreeOfConcurrency is a positive
number in MavenExecutionRequest
new b34472e4f [MNG-7353] Add support for "mvn pluginPrefix:version:goal"
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a5ba1bb37)
\
N -- N -- N refs/heads/MNG-7353 (b34472e4f)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
apache-maven/pom.xml | 8 +--
maven-core/pom.xml | 5 ++
.../maven/lifecycle/internal/LifecycleStarter.java | 2 +-
.../multithreaded/MultiThreadedBuilder.java | 2 +-
.../apache/maven/project/ProjectBuilderTest.java | 9 ++-
maven-embedder/pom.xml | 5 ++
.../main/java/org/apache/maven/cli/CLIManager.java | 2 +-
.../main/java/org/apache/maven/cli/MavenCli.java | 68 +++++++++++++++++-----
.../java/org/apache/maven/cli/MavenCliTest.java | 58 ++++++++++++------
pom.xml | 20 +++++++
10 files changed, 134 insertions(+), 45 deletions(-)