We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7164d2 commit e548734Copy full SHA for e548734
src/main/java/com/e_gineering/maven/gitflowhelper/RetargetDeployMojo.java
@@ -38,9 +38,7 @@ protected void execute(final GitBranchInfo gitBranchInfo) throws MojoExecutionEx
38
// If other branches are set to deploy
39
// Other branches never target release, but may target stage for non-SNAPSHOT artifacts.
40
// For this reason, "overwrite" is considered _highly_ dangerous.
41
- getLog().debug("Resolving: " + otherDeployBranchPattern);
42
String otherBranchesToDeploy = resolveExpression(otherDeployBranchPattern);
43
- getLog().debug("Resolved to: " + otherBranchesToDeploy);
44
if (!"".equals(otherBranchesToDeploy) && gitBranchInfo.getName().matches(otherBranchesToDeploy)) {
45
setTargetSnapshots();
46
0 commit comments