Skip to content

Commit

Permalink
[CLEAN CODE] - Maven - Remove maven-surefire-plugin version tag in ch…
Browse files Browse the repository at this point in the history
…ild pom
  • Loading branch information
vttranlina committed Jul 21, 2023
1 parent 040565c commit fcec373
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<configuration>
<excludedGroups />
<groups combine.self="override">org.apache.james.junit.categories.Unstable</groups>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<configuration>
<excludedGroups />
<groups>unstable</groups>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<configuration>
<excludedGroups />
<groups>unstable</groups>
Expand Down

0 comments on commit fcec373

Please sign in to comment.