Allow to centrally configure invocation request per IT
------------------------------------------------------
Key: MINVOKER-33
URL: http://jira.codehaus.org/browse/MINVOKER-33
Project: Maven 2.x Invoker Plugin
Issue Type: New Feature
Affects Versions: 1.0
Reporter: Benjamin Bentmann
Some things one would like to control per IT:
- goals
- profiles
- system properties
- MAVEN_OPTS
- failure behavior
- expected build status (success/failure)
We currently have separate files ({{goals.txt}}, {{profiles.txt}}, ...) to
override the settings from the plugin configuration. I believe a central
properties file is easier to maintain on both ends of the line. An example
{{invoker.properties}}:
{noformat}
invoker.goals=clean package
invoker.profiles=foo bar
invoker.mavenOpts=-Dfile.encoding=UTF-16 -Xms32m -Xmx256m
invoker.failureBehavior=fail-never
invoker.buildStatus=failure
{noformat}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira