Skip to content

Commit fecac9b

Browse files
committed
Remove redundant entries in pom file
QA-1115
1 parent a0da26d commit fecac9b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -589,13 +589,11 @@
589589
</plugin>
590590
<plugin>
591591
<artifactId>maven-failsafe-plugin</artifactId>
592-
<version>${failsafe.version}</version>
593592
<configuration>
594593
<skip>true</skip>
595594
</configuration>
596595
</plugin>
597596
<plugin>
598-
<groupId>org.apache.maven.plugins</groupId>
599597
<artifactId>maven-pmd-plugin</artifactId>
600598
<version>${pmd.version}</version>
601599
<executions>
@@ -616,7 +614,6 @@
616614
</executions>
617615
</plugin>
618616
<plugin>
619-
<groupId>org.apache.maven.plugins</groupId>
620617
<artifactId>maven-resources-plugin</artifactId>
621618
<version>3.1.0</version>
622619
<executions>
@@ -632,15 +629,12 @@
632629
</plugin>
633630
<plugin>
634631
<artifactId>maven-source-plugin</artifactId>
635-
<version>${maven.source.version}</version>
636632
<configuration>
637633
<skipSource>true</skipSource>
638634
</configuration>
639635
</plugin>
640636
<plugin>
641-
<groupId>org.apache.maven.plugins</groupId>
642637
<artifactId>maven-surefire-plugin</artifactId>
643-
<version>${surefire.version}</version>
644638
<executions>
645639
<execution>
646640
<id>default-test</id>

0 commit comments

Comments
 (0)