jira-importer commented on issue #203:
URL: 
https://github.com/apache/maven-deploy-plugin/issues/203#issuecomment-2771514889

   
**[Michaƫl](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER305673)**
 commented
   
   in a multi-module project i need to trigger jar-type modules different than 
pom type modules
   
   e.g. two commands
   
   mvn deploy:deploy -pl parent-pom
   mvn jar:jar deploy:deploy -pl some-client
   
   if i do deploy:deploy on packaging jar type modules without jar:jar i get:
   
   `Failed to execute goal 
org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy (default-cli) on 
project some-client: The packaging for this project did not assign a file to 
the build artifact -> [Help 1]`
   
   i think 3.1.2 will behave the same here.`{}{`}
   


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