Skip to content

Commit 7374240

Browse files
committed
fix: configure apply arguments in maven-release-plugin
1 parent 2df2a46 commit 7374240

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@
194194
<tagNameFormat>@{version}</tagNameFormat>
195195
<autoVersionSubmodules>true</autoVersionSubmodules>
196196
<releaseProfiles>releases</releaseProfiles>
197+
<arguments>-DskipTests</arguments>
197198
<mavenExecutorId>forked-path</mavenExecutorId>
198199
<preparationGoals>clean git-changelog:git-changelog scm:checkin -DpushChanges=false -Dincludes=CHANGELOG.md -Dmessage="[maven-release-plugin] Update CHANGELOG.md" verify</preparationGoals>
199200
<completionGoals>git-changelog:git-changelog scm:checkin -DpushChanges=false -Dincludes=CHANGELOG.md -Dmessage="[maven-release-plugin] Update CHANGELOG.md"</completionGoals>

0 commit comments

Comments
 (0)