You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/07/01 19:06:59 UTC

[maven-integration-testing] branch maven-3.8.x updated (2810497ae -> 0b8a1d613)

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

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


    omit 2810497ae Leverage properties filterting
    omit 861c8fbe3 Move back bootstrap phase into a test
    omit a0ddbda1f Force downloads from central
    omit 67d02ebff Fix properties names
    omit b7509c2ba Rename plugin and clean it a bit, add doc about sorting bootstrap.txt
    omit 5e0bd7a3c Add missing dependency
    omit 032ea504a Use a plugin to download all dependencies to bypass conflict resolution
    omit 118ca113e Bump requirement to JDK 8

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/maven-3.8.x (0b8a1d613)
            \
             O -- O -- O   (2810497ae)

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:
 core-it-suite/pom.xml                              |   4 +-
 core-it-suite/src/site/apt/index.apt.vm            |   8 +-
 .../org/apache/maven/it/MavenITBootstrapTest.java  |   1 -
 .../src/test/resources-filtered/bootstrap.txt      | 162 -----------
 .../src/test/resources/bootstrap/group-1/pom.xml   | 141 ++++++++++
 .../src/test/resources/bootstrap/group-10/pom.xml  |  93 +++++++
 .../src/test/resources/bootstrap/group-11/pom.xml  |  75 ++++++
 .../src/test/resources/bootstrap/group-12/pom.xml  |  83 ++++++
 .../plugin => bootstrap/group-13}/pom.xml          |  40 +--
 .../b/0.1/b-0.1.pom => bootstrap/group-14/pom.xml} |  28 +-
 .../src/test/resources/bootstrap/group-15}/pom.xml |  45 ++--
 .../src/test/resources/bootstrap/group-2}/pom.xml  |  48 ++--
 .../src/test/resources/bootstrap/group-3/pom.xml   | 296 +++++++++++++++++++++
 .../c/0.1/c-0.1.pom => bootstrap/group-4/pom.xml}  |  40 +--
 .../src/test/resources/bootstrap/group-5/pom.xml   |  86 ++++++
 .../src/test/resources/bootstrap/group-6/pom.xml   | 164 ++++++++++++
 .../src/test/resources/bootstrap/group-7/pom.xml   |  89 +++++++
 .../src/test/resources/bootstrap/group-8/pom.xml   | 103 +++++++
 .../src/test/resources/bootstrap/group-9}/pom.xml  |  32 ++-
 core-it-suite/src/test/resources/bootstrap/pom.xml | 167 +++++++++---
 .../src/test/resources/bootstrap/settings.xml      |  66 ++---
 .../apache/maven/its/bootstrap/DownloadMojo.java   | 154 -----------
 core-it-support/pom.xml                            |   1 -
 pom.xml                                            |   4 +-
 24 files changed, 1433 insertions(+), 497 deletions(-)
 delete mode 100644 core-it-suite/src/test/resources-filtered/bootstrap.txt
 create mode 100644 core-it-suite/src/test/resources/bootstrap/group-1/pom.xml
 create mode 100644 core-it-suite/src/test/resources/bootstrap/group-10/pom.xml
 create mode 100644 core-it-suite/src/test/resources/bootstrap/group-11/pom.xml
 create mode 100644 core-it-suite/src/test/resources/bootstrap/group-12/pom.xml
 copy core-it-suite/src/test/resources/{mng-6127-plugin-execution-configuration-interference/plugin => bootstrap/group-13}/pom.xml (62%)
 copy core-it-suite/src/test/resources/{mng-4913/repo/org/apache/maven/its/mng4913/b/0.1/b-0.1.pom => bootstrap/group-14/pom.xml} (68%)
 rename {core-it-support/maven-it-plugin-bootstrap => core-it-suite/src/test/resources/bootstrap/group-15}/pom.xml (52%)
 copy {core-it-support/core-it-plugins/maven-it-plugin-plexus-utils-11 => core-it-suite/src/test/resources/bootstrap/group-2}/pom.xml (52%)
 create mode 100644 core-it-suite/src/test/resources/bootstrap/group-3/pom.xml
 copy core-it-suite/src/test/resources/{mng-0947/repo/org/apache/maven/its/mng0947/c/0.1/c-0.1.pom => bootstrap/group-4/pom.xml} (57%)
 create mode 100644 core-it-suite/src/test/resources/bootstrap/group-5/pom.xml
 create mode 100644 core-it-suite/src/test/resources/bootstrap/group-6/pom.xml
 create mode 100644 core-it-suite/src/test/resources/bootstrap/group-7/pom.xml
 create mode 100644 core-it-suite/src/test/resources/bootstrap/group-8/pom.xml
 copy {core-it-support/core-it-plugins/maven-it-plugin-plexus-utils-11 => core-it-suite/src/test/resources/bootstrap/group-9}/pom.xml (64%)
 delete mode 100644 core-it-support/maven-it-plugin-bootstrap/src/main/java/org/apache/maven/its/bootstrap/DownloadMojo.java