Skip to content

Commit

Permalink
don't skip tests on release so that coverage report is generated
Browse files Browse the repository at this point in the history
  • Loading branch information
electricsam committed Dec 20, 2024
1 parent 198879e commit 80ff91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
<releaseProfiles>release,site-publish</releaseProfiles>
<goals>deploy site</goals>
<tagNameFormat>v@{project.version}</tagNameFormat>
<arguments>-DskipTests -Dgit.username=${git.username} -Dgit.password=${git.password}</arguments>
<arguments>-Dgit.username=${git.username} -Dgit.password=${git.password}</arguments>
<username>${git.username}</username>
<password>${git.password}</password>
</configuration>
Expand Down

0 comments on commit 80ff91e

Please sign in to comment.