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/11/12 10:17:49 UTC

[GitHub] [maven-integration-testing] slawekjaranowski commented on pull request #211: Fix flappy test - mng-6720-fail-fast

slawekjaranowski commented on PR #211:
URL: https://github.com/apache/maven-integration-testing/pull/211#issuecomment-1312446964

   example stack trace:
   
   ```
   Caused by: org.apache.maven.plugin.PluginExecutionException: 
      Execution default-resources of goal org.apache.maven.plugins:maven-resources-plugin:2.6:resources failed.
   ...
   Caused by: java.util.ConcurrentModificationException
       at java.util.Hashtable$Enumerator.next (Hashtable.java:1387)
       at java.util.Hashtable.putAll (Hashtable.java:523)
       at org.apache.maven.shared.filtering.DefaultMavenFileFilter.getDefaultFilterWrappers (DefaultMavenFileFilter.java:198)
       at org.apache.maven.shared.filtering.DefaultMavenResourcesFiltering.filterResources (DefaultMavenResourcesFiltering.java:161)
       at org.apache.maven.plugin.resources.ResourcesMojo.execute (ResourcesMojo.java:301)
   
   ```


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