jira-importer commented on issue #270: URL: https://github.com/apache/maven-install-plugin/issues/270#issuecomment-2771862837
**[Johan Ekesparr](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=johan.eke)** commented Run install on attached jar file using below command: mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=test-1.0.0.jar This will result in two files in the directory \<maven-repos>/test/test/1.0.0/... named test-1.0.0.jar and test-1.0.0.pom. If you view the content of the test-1.0.0.pom file you will see that it's a generated generic pom file and not the one from the jar-file. -- 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]
