You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Leonardo (Jira)" <ji...@apache.org> on 2021/08/23 21:17:00 UTC

[jira] [Created] (MRELEASE-1068) Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5.3:perform (default-cli) on project XXXXXX: could not perform a local checkout

Leonardo created MRELEASE-1068:
----------------------------------

             Summary: Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5.3:perform (default-cli) on project XXXXXX: could not perform a local checkout
                 Key: MRELEASE-1068
                 URL: https://issues.apache.org/jira/browse/MRELEASE-1068
             Project: Maven Release Plugin
          Issue Type: Bug
          Components: perform
    Affects Versions: 2.5.3
         Environment: Plugin Configuration:
<plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-release-plugin</artifactId>
        <version>2.5.3</version>
        <configuration>
          <pushChanges>false</pushChanges>
          <localCheckout>true</localCheckout>
        </configuration>
</plugin>
            Reporter: Leonardo


I'm trying to use a Jenkins pipeline to release a library and I'm getting this error:


Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5.3:perform (default-cli) on project XXXXXXX: could not perform a local checkout

As far I identify the problem in fact is beacuse the workDirectory has an "@" in the project base dir (/var/lib/jenkins/workspace/xxxxxx@2/) because I'm running the job in an agent into another agent, but, I was also able to reproduce it on Windows machine moving my project base dir to a directory with @ in the path name.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)