[
https://issues.jboss.org/browse/AS7-2710?page=com.atlassian.jira.plugin.s...
]
Ondrej Zizka commented on AS7-2710:
-----------------------------------
BTW, let me know if MVN_OPTIONS renamed to MVN_ARGS is a problem. But as you write it was
hard-coded so it was not part of script's interface.
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: Ondrej Zizka
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