File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -710,10 +710,26 @@ limitations under the License.
710
710
<plugin >
711
711
<groupId >org.apache.maven.plugins</groupId >
712
712
<artifactId >maven-surefire-report-plugin</artifactId >
713
+ <configuration >
714
+ <alwaysGenerateSurefireReport >false</alwaysGenerateSurefireReport >
715
+ <alwaysGenerateFailsafeReport >false</alwaysGenerateFailsafeReport >
716
+ </configuration >
713
717
</plugin >
714
718
<plugin >
715
719
<groupId >org.apache.maven.plugins</groupId >
716
720
<artifactId >maven-pmd-plugin</artifactId >
721
+ <configuration >
722
+ <skipEmptyReport >true</skipEmptyReport >
723
+ </configuration >
724
+ <reportSets >
725
+ <reportSet >
726
+ <id >default</id >
727
+ <reports >
728
+ <report >cpd</report >
729
+ <report >pmd</report >
730
+ </reports >
731
+ </reportSet >
732
+ </reportSets >
717
733
</plugin >
718
734
<plugin >
719
735
<groupId >org.codehaus.mojo</groupId >
You can’t perform that action at this time.
0 commit comments