Skip to content

Commit

Permalink
[pom] Skip pdf plugin as it doesn't work well
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed May 20, 2022
1 parent 8e86861 commit a45eac3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,15 @@
<skipSystemScope>true</skipSystemScope>
</configuration>
</plugin>

<!-- TODO: pdf fails on site so skip it at this time -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pdf-plugin</artifactId>
<configuration>
<includeReports>false</includeReports>
</configuration>
</plugin>
</plugins>
</pluginManagement>

Expand Down

0 comments on commit a45eac3

Please sign in to comment.