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

   **[Karl Heinz 
Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)**
 commented
   
   In a Maven project you usually do `mvn clean deploy` and never call 
`install:install-file` separately. This is true for install which means simply 
`mvn clean install` as well as for deploy so you have to configure the creation 
of the jar-with-dependencies via maven-assembly-plugin correctly which results 
in just calling `mvn clean deploy` and it does not matter if you do that for a 
`SNAPSHOT` or for an release.
   
   Update: Based on your configuration to install/deploy the 
jar-with-dependencies is simply wrong. I assume you have created the 
jar-with-dependencies via maven-assembly-plugin Please make a test project on 
Github so I can take a look into it...
   


-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to