Allow a way to override the settings.xml used by the integration-tests.sh and build.sh
--------------------------------------------------------------------------------------
Key: AS7-2710
URL:
https://issues.jboss.org/browse/AS7-2710
Project: Application Server 7
Issue Type: Enhancement
Components: Test Suite
Environment: AS7 upstream
Reporter: jaikiran pai
Assignee: Andrew Rubinger
Right now the integration-tests.sh hardcodes the settings.xml that gets used for the
tests:
{code}
# the default arguments
MVN_OPTIONS="-s ../tools/maven/conf/settings.xml"
{code}
Some users have custom settings in my local /home/myname/.m2/settings.xml (for example the
path to the local maven repo might be customized). I'm one of them. There should be a
way to override the settings.xml that gets used in these test runs. i.e. if a overridden
param value is specified then use it else fallback to the default (like above).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira