fabriciorby commented on PR #3381:
URL: https://github.com/apache/maven-surefire/pull/3381#issuecomment-4793415870

   > I wonder what you mean by?
   > 
   > ```
   > I am having too many issues with dependency errors when running the 
integration tests in my local,
   > ```
   
   I was getting some random errors while developing, sometimes during test 
execution that could not find `ConsoleLogger`, etc.
   
   I was running `mvn -Prun-its clean install -Drat.skip=true`
   
   ```
   [INFO] Reactor Summary for Apache Maven Surefire 3.6.0-M2-SNAPSHOT:
   [INFO] 
   [INFO] Apache Maven Surefire .............................. SUCCESS [  1.422 
s]
   [INFO] Surefire Shared Utils .............................. SUCCESS [  0.884 
s]
   [INFO] Surefire Logger API ................................ SUCCESS [  2.209 
s]
   [INFO] Surefire API ....................................... SUCCESS [ 11.259 
s]
   [INFO] Surefire Extensions API ............................ SUCCESS [  1.668 
s]
   [INFO] Surefire Extensions SPI ............................ SUCCESS [  0.400 
s]
   [INFO] Surefire Booter .................................... SUCCESS [  4.960 
s]
   [INFO] Surefire Providers ................................. SUCCESS [  0.133 
s]
   [INFO] Shared Java 5 Provider Base ........................ SUCCESS [  1.489 
s]
   [INFO] Surefire JUnit Platform Runner ..................... SUCCESS [  3.011 
s]
   [INFO] ShadeFire JUnit5 Provider .......................... SUCCESS [  0.531 
s]
   [INFO] Maven Surefire Common .............................. SUCCESS [ 18.025 
s]
   [INFO] Surefire Report Parser ............................. SUCCESS [  1.970 
s]
   [INFO] Maven Surefire Plugin .............................. SUCCESS [  2.350 
s]
   [INFO] Maven Failsafe Plugin .............................. SUCCESS [ 19.671 
s]
   [INFO] Maven Surefire Report Plugin ....................... SUCCESS [  4.629 
s]
   [INFO] Maven Surefire Integration Tests ................... FAILURE [  3.879 
s]
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  01:18 min
   [INFO] Finished at: 2026-06-24T21:57:07+02:00
   [INFO] 
------------------------------------------------------------------------
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-failsafe-plugin:3.5.5:integration-test (default) 
on project surefire-its: Execution default of goal 
org.apache.maven.plugins:maven-failsafe-plugin:3.5.5:integration-test failed: 
java.lang.RuntimeException: Unable to create test class 
'org.apache.maven.surefire.its.TestMultipleMethodPatternsTestNGIncludesExcludesIT'
 -> [Help 1]                                                                    
                                                                                
                                                                                
                                                                                
                                          
   [ERROR] 
   [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
   [ERROR] Re-run Maven using the -X switch to enable full debug logging.
   [ERROR] 
   [ERROR] For more information about the errors and possible solutions, please 
read the following articles:
   [ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
   [ERROR] 
   [ERROR] After correcting the problems, you can resume the build with the 
command
   [ERROR]   mvn <args> -rf :surefire-its
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to