RFR: 8117: mvn clean install on JMC Core fails if path contains space
Alex Macdonald
aptmac at openjdk.org
Thu Aug 17 19:12:33 UTC 2023
On Thu, 17 Aug 2023 16:56:44 GMT, Virag Purnam <vpurnam at openjdk.org> wrote:
> mvn clean install on JMC Core fails if path contains space.
>
> If there is a space in path, mvn clean install fails. Space has been replaced by %20 and it makes the path incorrect. To fix this issue URI has to be used in place of URL.
> Please refer the below screen shot for error.
> <img width="1776" alt="8117" src="https://github.com/openjdk/jmc/assets/97600378/83657740-3731-46a6-8b94-a1a092f0cf08">
Marked as reviewed by aptmac (Reviewer).
-------------
PR Review: https://git.openjdk.org/jmc/pull/512#pullrequestreview-1583295133
More information about the jmc-dev
mailing list