Uploaded image for project: 'Maven Invoker Plugin'
  1. Maven Invoker Plugin
  2. MINVOKER-33

Allow to centrally configure invocation request per IT

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0
    • 1.2
    • None

    Description

      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:

      invoker.goals=clean package
      invoker.profiles=foo bar
      invoker.mavenOpts=-Dfile.encoding=UTF-16 -Xms32m -Xmx256m
      invoker.failureBehavior=fail-never
      invoker.buildStatus=failure
      

      Attachments

        Activity

          People

            bentmann Benjamin Bentmann
            bentmann Benjamin Bentmann
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: