This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/main by this push:
new a8dcc55fc3 Remove generation of test sources
a8dcc55fc3 is described below
commit a8dcc55fc37e3a332101dcf0d5833273708b583b
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>