Skip to content

Commit 5998789

Browse files
ppkarwaszvy
authored andcommitted
Remove generation of test sources
1 parent c4f5b53 commit 5998789

File tree

2 files changed

+0
-35
lines changed

2 files changed

+0
-35
lines changed

log4j-core-its/pom.xml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -177,27 +177,6 @@
177177
<groups>org.apache.logging.log4j.core.test.categories.PerformanceTests</groups>
178178
</configuration>
179179
</plugin>
180-
<plugin>
181-
<groupId>org.apache.maven.plugins</groupId>
182-
<artifactId>maven-source-plugin</artifactId>
183-
<!-- Only build test jars -->
184-
<executions>
185-
<execution>
186-
<id>attach-sources</id>
187-
<goals>
188-
<goal>jar-no-fork</goal>
189-
</goals>
190-
<phase>none</phase>
191-
</execution>
192-
<execution>
193-
<id>test-jar</id>
194-
<goals>
195-
<goal>test-jar</goal>
196-
</goals>
197-
<phase>package</phase>
198-
</execution>
199-
</executions>
200-
</plugin>
201180
</plugins>
202181
</build>
203182
</project>

log4j-parent/pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -940,20 +940,6 @@
940940

941941
<plugins>
942942

943-
<plugin>
944-
<groupId>org.apache.maven.plugins</groupId>
945-
<artifactId>maven-source-plugin</artifactId>
946-
<executions>
947-
<execution>
948-
<id>attach-sources</id>
949-
<goals>
950-
<goal>jar-no-fork</goal>
951-
<goal>test-jar-no-fork</goal>
952-
</goals>
953-
</execution>
954-
</executions>
955-
</plugin>
956-
957943
<plugin>
958944
<groupId>org.apache.maven.plugins</groupId>
959945
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)