artifactory-maven-plugin icon indicating copy to clipboard operation
artifactory-maven-plugin copied to clipboard

maven plugin will not work if there is a space in the path to the pom file

Open aroellig opened this issue 1 year ago • 0 comments

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

  1. Set up an azure pipeline to run with a windows agent.
  2. Configure a maven task
  3. make sure the folder path to the pom file contains a space in it
  4. 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

aroellig avatar Feb 19 '25 22:02 aroellig