Thanks Rafael
It does not work by specifying the maven settings xml file using "-s" option:
mvn -s ~/building/eap6-quickstart-settings.xml -DeapMavenRepoUrl=file:///home/lgao/tmp/eap-repo/jboss-eap-6.2.0.GA-maven-repository/ -U org.jboss.maven.plugins:maven-qstools-plugin:bom-check
But it works after I copied the ~/building/eap6-quickstart-settings.xml to ~/.m2/settings.xml.
Is it possible to checks the resolution based on the maven settings xml file transferred using the '-s' option? Jenkins job does not have permission to write to ~/.m2/settings.xml.
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
Thanks Rafael
It does not work by specifying the maven settings xml file using "-s" option:
mvn -s ~/building/eap6-quickstart-settings.xml -DeapMavenRepoUrl=file:///home/lgao/tmp/eap-repo/jboss-eap-6.2.0.GA-maven-repository/ -U org.jboss.maven.plugins:maven-qstools-plugin:bom-check
But it works after I copied the ~/building/eap6-quickstart-settings.xml to ~/.m2/settings.xml.
Is it possible to checks the resolution based on the maven settings xml file transferred using the '-s' option? Jenkins job does not have permission to write to ~/.m2/settings.xml.