We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df2a46 commit 7374240Copy full SHA for 7374240
pom.xml
@@ -194,6 +194,7 @@
194
<tagNameFormat>@{version}</tagNameFormat>
195
<autoVersionSubmodules>true</autoVersionSubmodules>
196
<releaseProfiles>releases</releaseProfiles>
197
+ <arguments>-DskipTests</arguments>
198
<mavenExecutorId>forked-path</mavenExecutorId>
199
<preparationGoals>clean git-changelog:git-changelog scm:checkin -DpushChanges=false -Dincludes=CHANGELOG.md -Dmessage="[maven-release-plugin] Update CHANGELOG.md" verify</preparationGoals>
200
<completionGoals>git-changelog:git-changelog scm:checkin -DpushChanges=false -Dincludes=CHANGELOG.md -Dmessage="[maven-release-plugin] Update CHANGELOG.md"</completionGoals>
0 commit comments