weizhouapache commented on code in PR #7944:
URL: https://github.com/apache/cloudstack/pull/7944#discussion_r1316851000
##########
utils/pom.xml:
##########
@@ -261,7 +261,7 @@
<goal>shade</goal>
</goals>
<configuration>
-
<finalName>${project.artifactId}-${project.version}-SHADED</finalName>
+
<finalName>${project.artifactId}-${project.version}-SHADED-2</finalName>
Review Comment:
@rohityadavcloud
maven will create `-shaded.jar` and copy to `-SHAED.jar`. it works on Linux.
I have no idea why it fails on MacOS.
`bundled` looks good. I will rename it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]