Skip to content

Commit

Permalink
Remove generation of test sources
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Dec 14, 2023
1 parent 1b6da68 commit a8dcc55
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
21 changes: 0 additions & 21 deletions log4j-core-its/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
14 changes: 0 additions & 14 deletions log4j-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a8dcc55

Please sign in to comment.