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-compiler-plugin.git
commit 2a9f419b7f5118ec89996f1227620a6473b6a96a Author: Guillaume Nodet <[email protected]> AuthorDate: Tue Jun 18 10:06:35 2024 +0200 Move classes to the correct package --- .../unit/compiler-basic-test/src/main/java/{ => foo}/TestCompile0.java | 0 .../compiler-basic-test/src/test/java/{ => foo}/TestCompile0Test.java | 0 .../unit/compiler-fork-test/src/main/java/{ => foo}/TestCompile1.java | 0 .../compiler-fork-test/src/test/java/{ => foo}/TestCompile1TestCase.java | 0 .../src/main/java/{ => foo}/TestCompile2.java | 0 .../src/main/java/{ => foo}/TestCompile3.java | 0 .../src/main/java/{ => foo}/TestCompile4.java | 0 .../src/test/java/{ => foo}/TestCompile2TestCase.java | 0 .../src/test/java/{ => foo}/TestCompile3TestCase.java | 0 .../src/test/java/{ => foo}/TestCompile4TestCase.java | 0 .../compiler-skip-main/src/main/java/{ => foo}/TestSkipMainCompile0.java | 0 .../src/test/java/{ => foo}/TestSkipMainCompile0Test.java | 0 .../compiler-skip-test/src/main/java/{ => foo}/TestSkipTestCompile0.java | 0 .../src/test/java/{ => foo}/TestSkipTestCompile0Test.java | 0 14 files changed, 0 insertions(+), 0 deletions(-) diff --git a/src/test/resources/unit/compiler-basic-test/src/main/java/TestCompile0.java b/src/test/resources/unit/compiler-basic-test/src/main/java/foo/TestCompile0.java similarity index 100% rename from src/test/resources/unit/compiler-basic-test/src/main/java/TestCompile0.java rename to src/test/resources/unit/compiler-basic-test/src/main/java/foo/TestCompile0.java diff --git a/src/test/resources/unit/compiler-basic-test/src/test/java/TestCompile0Test.java b/src/test/resources/unit/compiler-basic-test/src/test/java/foo/TestCompile0Test.java similarity index 100% rename from src/test/resources/unit/compiler-basic-test/src/test/java/TestCompile0Test.java rename to src/test/resources/unit/compiler-basic-test/src/test/java/foo/TestCompile0Test.java diff --git a/src/test/resources/unit/compiler-fork-test/src/main/java/TestCompile1.java b/src/test/resources/unit/compiler-fork-test/src/main/java/foo/TestCompile1.java similarity index 100% rename from src/test/resources/unit/compiler-fork-test/src/main/java/TestCompile1.java rename to src/test/resources/unit/compiler-fork-test/src/main/java/foo/TestCompile1.java diff --git a/src/test/resources/unit/compiler-fork-test/src/test/java/TestCompile1TestCase.java b/src/test/resources/unit/compiler-fork-test/src/test/java/foo/TestCompile1TestCase.java similarity index 100% rename from src/test/resources/unit/compiler-fork-test/src/test/java/TestCompile1TestCase.java rename to src/test/resources/unit/compiler-fork-test/src/test/java/foo/TestCompile1TestCase.java diff --git a/src/test/resources/unit/compiler-includes-excludes-test/src/main/java/TestCompile2.java b/src/test/resources/unit/compiler-includes-excludes-test/src/main/java/foo/TestCompile2.java similarity index 100% rename from src/test/resources/unit/compiler-includes-excludes-test/src/main/java/TestCompile2.java rename to src/test/resources/unit/compiler-includes-excludes-test/src/main/java/foo/TestCompile2.java diff --git a/src/test/resources/unit/compiler-includes-excludes-test/src/main/java/TestCompile3.java b/src/test/resources/unit/compiler-includes-excludes-test/src/main/java/foo/TestCompile3.java similarity index 100% rename from src/test/resources/unit/compiler-includes-excludes-test/src/main/java/TestCompile3.java rename to src/test/resources/unit/compiler-includes-excludes-test/src/main/java/foo/TestCompile3.java diff --git a/src/test/resources/unit/compiler-includes-excludes-test/src/main/java/TestCompile4.java b/src/test/resources/unit/compiler-includes-excludes-test/src/main/java/foo/TestCompile4.java similarity index 100% rename from src/test/resources/unit/compiler-includes-excludes-test/src/main/java/TestCompile4.java rename to src/test/resources/unit/compiler-includes-excludes-test/src/main/java/foo/TestCompile4.java diff --git a/src/test/resources/unit/compiler-includes-excludes-test/src/test/java/TestCompile2TestCase.java b/src/test/resources/unit/compiler-includes-excludes-test/src/test/java/foo/TestCompile2TestCase.java similarity index 100% rename from src/test/resources/unit/compiler-includes-excludes-test/src/test/java/TestCompile2TestCase.java rename to src/test/resources/unit/compiler-includes-excludes-test/src/test/java/foo/TestCompile2TestCase.java diff --git a/src/test/resources/unit/compiler-includes-excludes-test/src/test/java/TestCompile3TestCase.java b/src/test/resources/unit/compiler-includes-excludes-test/src/test/java/foo/TestCompile3TestCase.java similarity index 100% rename from src/test/resources/unit/compiler-includes-excludes-test/src/test/java/TestCompile3TestCase.java rename to src/test/resources/unit/compiler-includes-excludes-test/src/test/java/foo/TestCompile3TestCase.java diff --git a/src/test/resources/unit/compiler-includes-excludes-test/src/test/java/TestCompile4TestCase.java b/src/test/resources/unit/compiler-includes-excludes-test/src/test/java/foo/TestCompile4TestCase.java similarity index 100% rename from src/test/resources/unit/compiler-includes-excludes-test/src/test/java/TestCompile4TestCase.java rename to src/test/resources/unit/compiler-includes-excludes-test/src/test/java/foo/TestCompile4TestCase.java diff --git a/src/test/resources/unit/compiler-skip-main/src/main/java/TestSkipMainCompile0.java b/src/test/resources/unit/compiler-skip-main/src/main/java/foo/TestSkipMainCompile0.java similarity index 100% rename from src/test/resources/unit/compiler-skip-main/src/main/java/TestSkipMainCompile0.java rename to src/test/resources/unit/compiler-skip-main/src/main/java/foo/TestSkipMainCompile0.java diff --git a/src/test/resources/unit/compiler-skip-main/src/test/java/TestSkipMainCompile0Test.java b/src/test/resources/unit/compiler-skip-main/src/test/java/foo/TestSkipMainCompile0Test.java similarity index 100% rename from src/test/resources/unit/compiler-skip-main/src/test/java/TestSkipMainCompile0Test.java rename to src/test/resources/unit/compiler-skip-main/src/test/java/foo/TestSkipMainCompile0Test.java diff --git a/src/test/resources/unit/compiler-skip-test/src/main/java/TestSkipTestCompile0.java b/src/test/resources/unit/compiler-skip-test/src/main/java/foo/TestSkipTestCompile0.java similarity index 100% rename from src/test/resources/unit/compiler-skip-test/src/main/java/TestSkipTestCompile0.java rename to src/test/resources/unit/compiler-skip-test/src/main/java/foo/TestSkipTestCompile0.java diff --git a/src/test/resources/unit/compiler-skip-test/src/test/java/TestSkipTestCompile0Test.java b/src/test/resources/unit/compiler-skip-test/src/test/java/foo/TestSkipTestCompile0Test.java similarity index 100% rename from src/test/resources/unit/compiler-skip-test/src/test/java/TestSkipTestCompile0Test.java rename to src/test/resources/unit/compiler-skip-test/src/test/java/foo/TestSkipTestCompile0Test.java
