olamy commented on pull request #479:
URL: https://github.com/apache/maven-surefire/pull/479#issuecomment-1056003349


   > related issue https://issues.apache.org/jira/browse/SUREFIRE-1956
   
   definitely related
   
   @Tibor17 
   
   just run `mvn clean verify -pl :surefire-its -am` and you will see 
dependencies are not declared correctly
   
   with master 
   
   ```
   ➜  maven-surefire git:(master) mvn clean verify -pl :surefire-its -am
   [INFO] Scanning for projects...
   [INFO] 
------------------------------------------------------------------------
   [INFO] Reactor Build Order:
   [INFO] 
   [INFO] Apache Maven Surefire                                              
[pom]
   [INFO] Maven Surefire Integration Tests                                   
[jar]
   [INFO] 
   [INFO] -----------------< org.apache.maven.surefire:surefire 
>-----------------
   [INFO] Building Apache Maven Surefire 3.0.0-M6-SNAPSHOT                   
[1/2]
   [INFO] --------------------------------[ pom 
]---------------------------------
   ```
   with this branch: 
   
   ```
   ➜  maven-surefire git:(multithread-build-possible) mvn clean verify -pl 
:surefire-its -am                    
   [INFO] Scanning for projects...
   [INFO] 
------------------------------------------------------------------------
   [INFO] Reactor Build Order:
   [INFO] 
   [INFO] Apache Maven Surefire                                              
[pom]
   [INFO] Surefire Shared Utils                                              
[jar]
   [INFO] SureFire Logger API                                                
[jar]
   [INFO] SureFire API                                                       
[jar]
   [INFO] Surefire Extensions API                                            
[jar]
   [INFO] Surefire Extensions SPI                                            
[jar]
   [INFO] SureFire Booter                                                    
[jar]
   [INFO] Maven Surefire Common                                              
[jar]
   [INFO] Surefire Report Parser                                             
[jar]
   [INFO] Maven Surefire Plugin                                     
[maven-plugin]
   [INFO] Maven Failsafe Plugin                                     
[maven-plugin]
   [INFO] Maven Surefire Report Plugin                              
[maven-plugin]
   [INFO] Maven Surefire Integration Tests                                   
[jar]
   ```
   it is more correct but still wrong as this should include everything.
   
   
   
   
   


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