You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/05/12 06:22:18 UTC

[GitHub] [maven] gnodet commented on pull request #730: [MNG-7433] Warn if in parallel build aggregator Mojo found

gnodet commented on PR #730:
URL: https://github.com/apache/maven/pull/730#issuecomment-1124575847

   > Please create a separate ticket for this.
   
   For what exactly ? The terminal width thing ? You'd prefer the terminal width adjustment to be only in 3.9.x / master ?
   
   > Question: I guess this must also go into 3.9.0 and master?
   
   Yes, the warning should be in all 3 supported branches.
   
   Fwiw, I've committed the improvement with the terminal width.  The thread safety warning now looks like the following in my terminal:
   
   ```
   [INFO] -----------------------< org.apache.maven:maven >-----------------------
   [INFO] Building Apache Maven 3.8.6-SNAPSHOT                              [1/15]
   [INFO] --------------------------------[ pom ]---------------------------------
   [WARNING] *******************************************************************************************************************************************************************
   [WARNING] * Your build is requesting parallel execution, but project contains the following plugin(s) that have goals not marked as @threadSafe to support parallel         *
   [WARNING] * building.                                                                                                                                                       *
   [WARNING] * While this /may/ work fine, please look for plugin updates and/or request plugins be made thread-safe.                                                          *
   [WARNING] * If reporting an issue, report it against the plugin in question, not against maven-core.                                                                        *
   [WARNING] *******************************************************************************************************************************************************************
   [WARNING] The following plugins are not marked @threadSafe in Apache Maven:
   [WARNING]   - org.apache.rat:apache-rat-plugin:0.13
   [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe.
   [WARNING] *******************************************************************************************************************************************************************
   [INFO] 
   ```
   
   Btw, having maven displaying such warnings during its own build... !!


-- 
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-unsubscribe@maven.apache.org

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