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 c008301 commit 9969400Copy full SHA for 9969400
sofa-ark-parent/support/ark-maven-plugin/src/main/java/com/alipay/sofa/ark/boot/mojo/RepackageMojo.java
@@ -484,7 +484,7 @@ private Set<ArtifactItem> doGetAllArtifactByMavenTree(MavenProject project) thro
484
if (key instanceof String && StringUtils.equals("outputFile", (String) key)) {
485
return;
486
}
487
- goals.add(String.format("-D%s=%s", key, value));
+ goals.add(String.format("-D%s=%s", key, "\"" + value + "\""));
488
});
489
490
0 commit comments