Skip to content

Commit

Permalink
add maven-surefire
Browse files Browse the repository at this point in the history
  • Loading branch information
rnschk committed Oct 13, 2023
1 parent adc7e3b commit 4abc48c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
<maven-release.version>3.0.1</maven-release.version>
<maven-source.version>3.3.0</maven-source.version>
<maven-compiler.version>3.11.0</maven-compiler.version>
<maven-surefire.version>3.1.2</maven-surefire.version>
<license-maven.version>4.2</license-maven.version>
<maven-javadoc.version>3.5.0</maven-javadoc.version>
<maven-gpg.version>3.1.0</maven-gpg.version>
Expand Down Expand Up @@ -193,6 +194,12 @@
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire.version}</version>
</plugin>

<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
Expand Down

0 comments on commit 4abc48c

Please sign in to comment.