bom-check checks the resolution based on ~/.m2/settings.xml.
This is the Shrinkwrap resolver command that is used: Maven.resolver().loadPomFromFile(project.getFile()).resolve(gav).withMavenCentralRepo(true).withClassPathResolution(false).withTransitivity().asFile();
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
bom-check checks the resolution based on ~/.m2/settings.xml.
This is the Shrinkwrap resolver command that is used: Maven.resolver().loadPomFromFile(project.getFile()).resolve(gav).withMavenCentralRepo(true).withClassPathResolution(false).withTransitivity().asFile();
Reference: https://github.com/jboss-developer/maven-qstools-plugin/blob/master/src/main/java/org/jboss/maven/plugins/qstools/BomCheckerMojo.java#L65