We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57df636 commit a1f0702Copy full SHA for a1f0702
defcon-parent/pom.xml
@@ -629,6 +629,7 @@
629
<plugin>
630
<groupId>org.apache.maven.plugins</groupId>
631
<artifactId>maven-checkstyle-plugin</artifactId>
632
+ <!-- TODO: add Issue -->
633
<!--
634
<configuration>
635
<configLocation>checkstyle.xml</configLocation>
@@ -663,6 +664,8 @@
663
664
</excludeRoots>
665
</configuration>
666
</plugin>
667
668
+ <!--
669
670
671
<artifactId>maven-changes-plugin</artifactId>
@@ -678,6 +681,7 @@
678
681
</reportSet>
679
682
</reportSets>
680
683
684
+ -->
685
686
<groupId>org.codehaus.mojo</groupId>
687
<artifactId>cobertura-maven-plugin</artifactId>
0 commit comments