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:00 UTC

[maven-integration-testing] branch master updated (379faa9 -> c18cf64)

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

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


    from 379faa9  [MNG-7051] When an optional profile could not be found, an info message should be thrown instead of a warning.
     add 70a45ce  [MNG-7110] Different behavior of extensions
     new c18cf64  Merge branch 'MNG-7110'

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:
 .../org/apache/maven/it/IntegrationTestSuite.java  |  1 +
 .../it/MavenITmng7110ExtensionClassloader.java     | 66 ++++++++++++++++++++++
 .../bom}/pom.xml                                   | 26 ++++-----
 .../extension}/pom.xml                             |  9 +--
 .../extension/src/main/resources/extension.txt}    |  9 +--
 .../lib}/pom.xml                                   |  9 +--
 .../lib/src/main/resources/lib.txt}                |  9 +--
 .../module}/pom.xml                                | 50 ++++++++++------
 .../parent}/pom.xml                                | 44 ++++++++-------
 9 files changed, 149 insertions(+), 74 deletions(-)
 create mode 100644 core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7110ExtensionClassloader.java
 copy core-it-suite/src/test/resources/{mng-6352-print-version/module-2 => mng-7110-extensionclassloader/bom}/pom.xml (73%)
 copy core-it-suite/src/test/resources/{mng-5591-workspace-reader/basic/module-b => mng-7110-extensionclassloader/extension}/pom.xml (79%)
 copy core-it-suite/src/test/resources/{mng-6772-override-in-project/settings-override.xml => mng-7110-extensionclassloader/extension/src/main/resources/extension.txt} (88%)
 copy core-it-suite/src/test/resources/{mng-5591-workspace-reader/basic/module-b => mng-7110-extensionclassloader/lib}/pom.xml (79%)
 copy core-it-suite/src/test/resources/{mng-6772-override-in-project/settings-override.xml => mng-7110-extensionclassloader/lib/src/main/resources/lib.txt} (88%)
 copy core-it-suite/src/test/resources/{mng-0985 => mng-7110-extensionclassloader/module}/pom.xml (52%)
 copy core-it-suite/src/test/resources/{mng-6981-pl-should-include-children => mng-7110-extensionclassloader/parent}/pom.xml (64%)


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

Posted by rf...@apache.org.
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(+)