This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/3.0.0-beta1 in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 599878989781d08061772f108a56d971b66c8c28 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Thu Dec 14 21:29:22 2023 +0100 Remove generation of test sources --- log4j-core-its/pom.xml | 21 --------------------- log4j-parent/pom.xml | 14 -------------- 2 files changed, 35 deletions(-) diff --git a/log4j-core-its/pom.xml b/log4j-core-its/pom.xml index 4a6cb8f85d..c1dee9b916 100644 --- a/log4j-core-its/pom.xml +++ b/log4j-core-its/pom.xml @@ -177,27 +177,6 @@ <groups>org.apache.logging.log4j.core.test.categories.PerformanceTests</groups> </configuration> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - <!-- Only build test jars --> - <executions> - <execution> - <id>attach-sources</id> - <goals> - <goal>jar-no-fork</goal> - </goals> - <phase>none</phase> - </execution> - <execution> - <id>test-jar</id> - <goals> - <goal>test-jar</goal> - </goals> - <phase>package</phase> - </execution> - </executions> - </plugin> </plugins> </build> </project> diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml index 3b6f3f7a47..99a9aac7ef 100644 --- a/log4j-parent/pom.xml +++ b/log4j-parent/pom.xml @@ -940,20 +940,6 @@ <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - <executions> - <execution> - <id>attach-sources</id> - <goals> - <goal>jar-no-fork</goal> - <goal>test-jar-no-fork</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId>
