This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a change to branch MNG-8572-di-type-handler
in repository https://gitbox.apache.org/repos/asf/maven.git
discard ea0e902934 [MNG-8572] Support DI beans in build extensions
add d65c3759b0 [MNG-8712] dependency version is a requirement, not
effective
add 3002b4048f [MNG-8717] Remove
maven-plugin-plugin:addPluginArtifactMetadata from default binding
add eb325e4f50 [MNG-8614] Maven Sisu in Maven 4 same as in Maven 3 (#2284)
add 972f26d178 [MNG-8719] Restore Maven3 compat: model
setInherited(boolean) (#2288)
add 92fa43d143 Test MavenITmng7587Jsr330 should be executed on every JDK
add 4ac3b14be2 [MNG-8718] Restore Maven 3 compat: ProjectBuilder w/ newly
created session is unusable for legacy code (#2285)
add 6be7a126d5 [MNG-8720] Fix for symlinked project directory (#2289)
add 7e9aeee9c0 Pull #16982: Add project icon (#2283)
add 324e8fb754 Improve invoker test (#2308)
add f84c8c4587 [MNG-8572] Support DI beans in build extensions
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 (ea0e902934)
\
N -- N -- N refs/heads/MNG-8572-di-type-handler (f84c8c4587)
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.
No new revisions were added by this update.
Summary of changes:
.gitignore | 1 +
.idea/icon.png | Bin 0 -> 1705 bytes
api/maven-api-model/src/main/mdo/maven.mdo | 12 ++-
.../main/java/org/apache/maven/cli/MavenCli.java | 4 +-
.../invoker/PlexusContainerCapsuleFactory.java | 4 +-
.../cling/invoker/mvn/MavenInvokerTestSupport.java | 28 ++++---
.../main/java/org/apache/maven/DefaultMaven.java | 17 ++++-
.../MavenPluginLifecycleMappingProvider.java | 5 +-
.../maven/lifecycle/LifecycleExecutorTest.java | 4 +-
.../impl/model/rootlocator/DefaultRootLocator.java | 25 ++++--
.../maven/it/MavenIT0138PluginLifecycleTest.java | 4 -
.../org/apache/maven/it/MavenITmng7587Jsr330.java | 7 +-
.../coreit/AddPluginArtifactMetadataMojo.java | 84 ---------------------
.../maven/plugin/coreit/UpdateRegistryMojo.java | 84 ---------------------
14 files changed, 74 insertions(+), 205 deletions(-)
create mode 100644 .idea/icon.png
delete mode 100644
its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/coreit/AddPluginArtifactMetadataMojo.java
delete mode 100644
its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/coreit/UpdateRegistryMojo.java