Skip to content

Commit 6c093e5

Browse files
committed
Avoided tests in the release
1 parent 998d49a commit 6c093e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
<version>3.1.1</version>
9898
<configuration>
9999
<tagNameFormat>v@{project.version}</tagNameFormat>
100+
<arguments>-DskipTests</arguments> <!-- when doing a local release, don't wait for tests, they're long and slow -->
100101
<!-- do not use the build in release profile, we invoke it later -->
101102
<releaseProfiles />
102103
</configuration>

0 commit comments

Comments
 (0)