jira-importer commented on issue #117:
URL: 
https://github.com/apache/maven-war-plugin/issues/117#issuecomment-2967843632

   **[Tony 
Chemit](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=tchemit)** 
commented
   
   Robert, We need to add the following configuration for the 
maven-plugin-plugin
   
   ```
   <configuration>
     <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
   </configuration>
   ```
   
   Because when the helpmojo is invoked (phase generate-sources), no mojo is 
discovered since the descriptor goal is invoked now at process-classes phase.
   
   


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