[ https://issues.apache.org/jira/browse/MINVOKER-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17958294#comment-17958294 ]
Olivier Lamy commented on MINVOKER-33: -------------------------------------- This project has moved from Jira to GitHub Issues. This issue was migrated to [apache/maven-invoker-plugin#340|https://github.com/apache/maven-invoker-plugin/issues/340]. > Allow to centrally configure invocation request per IT > ------------------------------------------------------ > > Key: MINVOKER-33 > URL: https://issues.apache.org/jira/browse/MINVOKER-33 > Project: Maven Invoker Plugin (Moved to GitHub Issues) > Issue Type: New Feature > Affects Versions: 1.0 > Reporter: Benjamin Bentmann > Assignee: Benjamin Bentmann > Priority: Major > Fix For: 1.2 > > > 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 was sent by Atlassian Jira (v8.20.10#820010)