artifactory-maven-plugin
artifactory-maven-plugin copied to clipboard
maven plugin will not work if there is a space in the path to the pom file
Describe the bug
When running a JFrog maven task it will not work if there is a space in the folder path to the pom file. Instead it will error out describing it as a non readable pom file
ERROR org.apache.maven.cli.MavenCli - Non-readable POM E:
Current behavior
When running a JFrog maven task it will not work if there is a space in the folder path to the pom file. Instead it will error out describing it as a non readable pom file
ERROR org.apache.maven.cli.MavenCli - Non-readable POM E:
Reproduction steps
- Set up an azure pipeline to run with a windows agent.
- Configure a maven task
- make sure the folder path to the pom file contains a space in it
- run the pipeline and get the non-readable pom file error
Expected behavior
that the plugin can find the pom file even if there is a space in the path
Artifactory Maven plugin version
3.6.2
Operating system type and version
Windows - Windows Server 2019
JFrog Artifactory version
No response
Maven version
No response