Skip to content

Commit

Permalink
构建版本时,跳过测试
Browse files Browse the repository at this point in the history
  • Loading branch information
cgw committed Aug 26, 2023
1 parent 9ff75ec commit 58a740a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ private void doPackByMaven(DeploymentContext context, String mavenHome, String c
}
cmd.append("cd " + context.getLocalPathOfBranch())
.append(" && ").append(mavenBin)
.append(" clean package ")
.append(" clean package -Dmaven.test.skip ")
.append("-s " + settingsFile);

execCommand(customizedJavaHome, cmd.toString());
Expand Down

0 comments on commit 58a740a

Please sign in to comment.