Skip to content

Fixes #4410#4411

Merged
jlerbsc merged 1 commit intojavaparser:masterfrom
matthieu-vergne:master
May 4, 2024
Merged

Fixes #4410#4411
jlerbsc merged 1 commit intojavaparser:masterfrom
matthieu-vergne:master

Conversation

@matthieu-vergne
Copy link
Copy Markdown
Contributor

settings.localRepository might contains spaces, which splits the arguments once passed to the commande line in Maven. We use single quotes to keep them together as one single argument.

Notice that double quotes did not fix the issue, although many resources on the Web suggest to use double quotes for similar issues.

settings.localRepository might contains spaces, which splits the
arguments once passed to the commande line in Maven. We use single
quotes to keep them together as one single argument.

Notice that double quotes did not fix the issue, although many resources
on the Web suggest to use double quotes for similar issues.
@jlerbsc jlerbsc merged commit f6fa14b into javaparser:master May 4, 2024
@jlerbsc
Copy link
Copy Markdown
Collaborator

jlerbsc commented May 4, 2024

Thank you for this contribution

@jlerbsc jlerbsc added this to the next release milestone May 4, 2024
@jlerbsc jlerbsc added the PR: Fixed A PR that offers a fix or correction label May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: Fixed A PR that offers a fix or correction

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants