Skip to content

Commit

Permalink
Merge pull request #445 from jfdenise/WFMP-233
Browse files Browse the repository at this point in the history
Fix for WFMP-233, Dry-run option is failing
  • Loading branch information
jamezp authored Dec 19, 2023
2 parents 103d21e + 59dc68f commit 807d933
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ private void provisionServer(Path home) throws ProvisioningException,
Path targetPath = Paths.get(project.getBuild().getDirectory());
Path file = targetPath.resolve(PLUGIN_PROVISIONING_FILE);
getLog().info("Dry-run execution, generating provisioning.xml file: " + file);
pm.storeProvisioningConfig(config, targetPath);
pm.storeProvisioningConfig(config, file);
return;
}
getLog().info("Provisioning server in " + home);
Expand Down

0 comments on commit 807d933

Please sign in to comment.