jira-importer commented on issue #265:
URL: 
https://github.com/apache/maven-install-plugin/issues/265#issuecomment-2771862265

   **[Piotr 
Zygielo](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=pzygielo)**
 commented
   
   Using maven 3.8.6, I can't reproduce this
   
   ```java
   $ mvn org.apache.maven.plugins:maven-install-plugin:3.1.0:install-file 
-Dfile=$HOME/.m2/repository/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.jar
 -DlocalRepositoryPath=/tmp/repo -DgroupId=org.apache -DartifactId=test 
-Dpackaging=jar -Dversion=1.0
   ```
   
   always completes with success:
   
   ```java
   [INFO] Scanning for projects...
   [INFO] 
   [INFO] ------------------< org.apache.maven:standalone-pom 
>-------------------
   [INFO] Building Maven Stub Project (No POM) 1
   [INFO] --------------------------------[ pom 
]---------------------------------
   [INFO] 
   [INFO] --- maven-install-plugin:3.1.0:install-file (default-cli) @ 
standalone-pom ---
   [INFO] Installing 
.../.m2/repository/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.jar
 to /tmp/repo/org/apache/test/1.0/test-1.0.jar
   [INFO] Installing /tmp/maven-deploy-plugin-3.0.010112682731321406765.pom to 
/tmp/repo/org/apache/test/1.0/test-1.0.pom
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  0.524 s
   [INFO] Finished at: 2022-11-25T17:04:19+01:00
   [INFO] 
------------------------------------------------------------------------
   ```
   
   


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