File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 589
589
</plugin >
590
590
<plugin >
591
591
<artifactId >maven-failsafe-plugin</artifactId >
592
- <version >${failsafe.version} </version >
593
592
<configuration >
594
593
<skip >true</skip >
595
594
</configuration >
596
595
</plugin >
597
596
<plugin >
598
- <groupId >org.apache.maven.plugins</groupId >
599
597
<artifactId >maven-pmd-plugin</artifactId >
600
598
<version >${pmd.version} </version >
601
599
<executions >
616
614
</executions >
617
615
</plugin >
618
616
<plugin >
619
- <groupId >org.apache.maven.plugins</groupId >
620
617
<artifactId >maven-resources-plugin</artifactId >
621
618
<version >3.1.0</version >
622
619
<executions >
632
629
</plugin >
633
630
<plugin >
634
631
<artifactId >maven-source-plugin</artifactId >
635
- <version >${maven.source.version} </version >
636
632
<configuration >
637
633
<skipSource >true</skipSource >
638
634
</configuration >
639
635
</plugin >
640
636
<plugin >
641
- <groupId >org.apache.maven.plugins</groupId >
642
637
<artifactId >maven-surefire-plugin</artifactId >
643
- <version >${surefire.version} </version >
644
638
<executions >
645
639
<execution >
646
640
<id >default-test</id >
You can’t perform that action at this time.
0 commit comments