File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 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.
710710 <plugin >
711711 <groupId >org.apache.maven.plugins</groupId >
712712 <artifactId >maven-surefire-report-plugin</artifactId >
713+ <configuration >
714+ <alwaysGenerateSurefireReport >false</alwaysGenerateSurefireReport >
715+ <alwaysGenerateFailsafeReport >false</alwaysGenerateFailsafeReport >
716+ </configuration >
713717 </plugin >
714718 <plugin >
715719 <groupId >org.apache.maven.plugins</groupId >
716720 <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 >
717733 </plugin >
718734 <plugin >
719735 <groupId >org.codehaus.mojo</groupId >
You can’t perform that action at this time.
0 commit comments