This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git
commit a4b6ad797be4aaf1e9ce71e06300e5060ed61264 Merge: 879b76462 444a062f4 Author: Guillaume Nodet <[email protected]> AuthorDate: Wed Jun 15 10:41:48 2022 +0200 [MNG-7160] Integration test for extension classloading strategy .../org/apache/maven/it/IntegrationTestSuite.java | 1 + .../it/MavenITmng7160ExtensionClassloader.java | 71 ++++++++++++++++++++++ .../extension/pom.xml | 45 ++++++++++++++ .../org/apache/maven/its/mng7160/Extension.java | 48 +++++++++++++++ .../project-build/pom.xml | 41 +++++++++++++ .../project-core-parent-first/.mvn/extensions.xml | 8 +++ .../project-core-parent-first/pom.xml | 31 ++++++++++ .../project-core-plugin/.mvn/extensions.xml | 8 +++ .../project-core-plugin/pom.xml | 31 ++++++++++ .../project-core-self-first/.mvn/extensions.xml | 8 +++ .../project-core-self-first/pom.xml | 31 ++++++++++ 11 files changed, 323 insertions(+)
