You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2021/03/12 17:23:01 UTC

[maven-integration-testing] 01/01: Merge branch 'MNG-7110'

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git

commit c18cf642b539d23996ea00f58fbb4a31714e6fb5
Merge: 379faa9 70a45ce
Author: rfscholte <rf...@apache.org>
AuthorDate: Fri Mar 12 18:22:26 2021 +0100

    Merge branch 'MNG-7110'

 .../org/apache/maven/it/IntegrationTestSuite.java  |  1 +
 .../it/MavenITmng7110ExtensionClassloader.java     | 66 +++++++++++++++++++
 .../mng-7110-extensionclassloader/bom/pom.xml      | 41 ++++++++++++
 .../extension/pom.xml                              | 31 +++++++++
 .../extension/src/main/resources/extension.txt     | 16 +++++
 .../mng-7110-extensionclassloader/lib/pom.xml      | 31 +++++++++
 .../lib/src/main/resources/lib.txt                 | 16 +++++
 .../mng-7110-extensionclassloader/module/pom.xml   | 74 ++++++++++++++++++++++
 .../mng-7110-extensionclassloader/parent/pom.xml   | 54 ++++++++++++++++
 9 files changed, 330 insertions(+)