Skip to content

Commit

Permalink
Don't fork doc-jar
Browse files Browse the repository at this point in the history
  • Loading branch information
mnd999 committed Jul 14, 2023
1 parent b268e1a commit afe56c1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tools/tck-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,17 @@
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<executions>
<execution>
<id>default-cli</id>
<goals>
<goal>doc-jar</goal>
</goals>
<configuration>
<fork>false</fork>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down

0 comments on commit afe56c1

Please sign in to comment.