This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a change to branch MNG-5561
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git.
discard 3e7c1e9 [MNG-5561] Plugin relocation loses configuration
add baf7305 [MNG-7045] Align test project name with rest
add 1ce55e0 [MWRAPPER-14] remove wrapper-related ITs: not in core any more
new 0664a76 [MNG-5561] Plugin relocation loses configuration
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 (3e7c1e9)
\
N -- N -- N refs/heads/MNG-5561 (0664a76)
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.
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:
README.md | 12 +-
core-it-suite/pom.xml | 55 ------
.../org/apache/maven/it/IntegrationTestSuite.java | 1 -
.../maven/it/MavenITmng5937MavenWrapper.java | 194 ---------------------
...nITmng7045DropUselessAndOutdatedCdiApiTest.java | 2 +-
.../test/resources/mng-5937 wrapper/bin/pom.xml | 28 ---
.../resources/mng-5937 wrapper/properties/pom.xml | 31 ----
.../test/resources/mng-5937 wrapper/script/pom.xml | 28 ---
.../test/resources/mng-5937 wrapper/source/pom.xml | 28 ---
.../test/resources/{mng7045 => mng-7045}/pom.xml | 0
run-its.bat | 24 +--
run-its.sh | 16 +-
12 files changed, 6 insertions(+), 413 deletions(-)
delete mode 100644
core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5937MavenWrapper.java
delete mode 100644 core-it-suite/src/test/resources/mng-5937
wrapper/bin/pom.xml
delete mode 100644 core-it-suite/src/test/resources/mng-5937
wrapper/properties/pom.xml
delete mode 100644 core-it-suite/src/test/resources/mng-5937
wrapper/script/pom.xml
delete mode 100644 core-it-suite/src/test/resources/mng-5937
wrapper/source/pom.xml
rename core-it-suite/src/test/resources/{mng7045 => mng-7045}/pom.xml (100%)