Skip to content

Commit

Permalink
Use default reporting set
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Feb 11, 2024
1 parent a94c58a commit 9730f97
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,31 +207,4 @@
</plugins>
</build>

<profiles>

<profile>
<id>reporting</id>
<activation>
<property>
<name>skipReports</name>
<value>!true</value>
</property>
</activation>

<reporting>
<plugins>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<headerLocation>config/checkstyle-header.txt</headerLocation>
</configuration>
</plugin>
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
</plugin>
</plugins>
</reporting>
</profile>

</profiles>
</project>

0 comments on commit 9730f97

Please sign in to comment.