hboutemy commented on PR #655:
URL: 
https://github.com/apache/maven-deploy-plugin/pull/655#issuecomment-4698924924

   ok, issue is easy to reproduce in any project that has a `pom.xml`:
   
   ```
   mvn install:install-file 
-Dfile='${basedir}/target/${project.artifactId}-${project.version}.jar' 
-DpomFile='${basedir}/pom.xml'
   ```
   
   with Maven 4:
   ```
   [INFO] --- install:3.1.3:install-file (default-cli) @ test ---
   [ERROR] The specified file '/target/-.jar' does not exist
   ```
   


-- 
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