Integrated: 8117: mvn clean install on JMC Core fails if path contains space
Virag Purnam
vpurnam at openjdk.org
Fri Aug 18 05:32:34 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">
This pull request has now been integrated.
Changeset: 6003efc5
Author: Virag Purnam <vpurnam at openjdk.org>
URL: https://git.openjdk.org/jmc/commit/6003efc56f0b43bf2a2392d800394438c8e0a967
Stats: 11 lines in 2 files changed: 3 ins; 0 del; 8 mod
8117: mvn clean install on JMC Core fails if path contains space
Reviewed-by: aptmac
-------------
PR: https://git.openjdk.org/jmc/pull/512
More information about the jmc-dev
mailing list