Move pitest-github-maven-plugin declaration to POM plugin management · assertj/assertj@c4cee17 (original) (raw)

Original file line number Diff line number Diff line change
@@ -42,4 +42,4 @@ jobs:
42 42 # The updatePR maven goal is used here with an explicit version. This allows us to upload without checking out
43 43 # the code, but does mean the version here must be maintained. An alternative would be to checkout the code and use
44 44 # the github goal. This will work as long as the artifact is extracted to the maven target directory
45 -run: mvn -Ppitest -DrepoToken=${{ secrets.GITHUB_TOKEN }} com.groupcdg:pitest-github-maven-plugin:0.0.10:updatePR
45 +run: mvn -Ppitest -DrepoToken=${{ secrets.GITHUB_TOKEN }} pitest-github:updatePR