caiwei-ebay edited a comment on pull request #158:
URL: https://github.com/apache/maven-resolver/pull/158#issuecomment-1064718770


   > There is a regression. Have a look at: 
[mng-5669.zip](https://github.com/apache/maven-resolver/files/8226394/mng-5669.zip)
 Please diff the sorted logfiles and you will see that some dependencies have 
disappeared from the listing.
   
   Actually this is expected behavior. Skipper would simply skip resolving the 
conflict losers which will make maven read/parse less poms. 
   
   Regarding the source poms as below, they are actually read only once. This 
means function in MNG-5669 does not break.
   How can I fix the IT? I did not find the code and unable to open the IT CI 
job.
   ```
   {org.apache.maven.model.io.inputSource=null null, 
org.apache.maven.model.io.isStrict=true, 
org.apache.maven.model.building.source=/var/osipovmi/Projekte/maven-integration-testing/core-it-suite/target/test-classes/mng-5669-read-poms-once/pom.xml}
   {org.apache.maven.model.io.inputSource=null null, 
org.apache.maven.model.io.isStrict=true, 
org.apache.maven.model.building.source=/var/osipovmi/Projekte/maven-integration-testing/core-it-suite/target/test-classes/mng-5669-read-poms-once/module1/pom.xml}
   {org.apache.maven.model.io.inputSource=null null, 
org.apache.maven.model.io.isStrict=true, 
org.apache.maven.model.building.source=/var/osipovmi/Projekte/maven-integration-testing/core-it-suite/target/test-classes/mng-5669-read-poms-once/module2/pom.xml}
   {org.apache.maven.model.io.inputSource=null null, 
org.apache.maven.model.io.isStrict=true, 
org.apache.maven.model.building.source=/var/osipovmi/Projekte/maven-integration-testing/core-it-suite/target/test-classes/mng-5669-read-poms-once/module3/pom.xml}
   ```


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