Skip to content

Commit

Permalink
Also add maven-surefire-plugin in case that isn't already there
Browse files Browse the repository at this point in the history
  • Loading branch information
sambsnyd committed May 20, 2024
1 parent 7dca15f commit dbd67ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/META-INF/rewrite/junit5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ recipeList:
pluginArtifactId: maven-surefire-plugin
groupId: org.apache.maven.surefire
artifactId: surefire-junit*
- org.openrewrite.maven.AddPlugin:
groupId: org.apache.maven.plugins
artifactId: maven-surefire-plugin
version: 3.2.5
- org.openrewrite.maven.AddPluginDependency:
pluginGroupId: org.apache.maven.plugins
pluginArtifactId: maven-surefire-plugin
Expand Down

0 comments on commit dbd67ec

Please sign in to comment.