jira-importer commented on issue #966:
URL: https://github.com/apache/maven-scm/issues/966#issuecomment-2964636464

   **[Dan 
Tran](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=dantran)** 
commented
   
   hack like this works
   
   ```
   if ( this.checkoutDirectory.getPath().contains( "${project.basedir}" ))
   {
       //under maven 3.x, when run without a project, project.basedir is not 
set.
       // we need to conpensate this
       this.checkoutDirectory = new File( this.getBasedir(), "target/checkout");
   }
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to