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

Remove @Deprecated marked code and parameters

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 2.0.0
    • 3.0.0
    • None

    Description

      1.

      /**
           * The name of the project-specific file that contains the enumeration of goals to execute for that test.
           *
           * @deprecated As of version 1.2, the key <code>invoker.goals</code> from the properties file specified by the
           *             parameter {@link #invokerPropertiesFile} should be used instead.
           */
          @Parameter( property = "invoker.goalsFile", defaultValue = "goals.txt" )
          private String goalsFile;
      

      2.

          /**
           * Common set of test properties to pass in on each IT's command line, via -D parameters.
           *
           * @deprecated As of version 1.1, use the {@link #properties} parameter instead.
           */
          @Parameter
          private Properties testProperties;
      

      3.

          /**
           * List of properties which will be used to interpolate goal files.
           *
           * @since 1.1
           * @deprecated As of version 1.3, the parameter {@link #filterProperties} should be used instead.
           */
          @Parameter
          private Properties interpolationsProperties;
      

      4.

          /**
           * The name of the project-specific file that contains the enumeration of profiles to use for that test. <b>If the
           * file exists and is empty no profiles will be used even if the parameter {@link #profiles} is set.</b>
           *
           * @since 1.1
           * @deprecated As of version 1.2, the key <code>invoker.profiles</code> from the properties file specified by the
           *             parameter {@link #invokerPropertiesFile} should be used instead.
           */
          @Parameter( property = "invoker.profilesFile", defaultValue = "profiles.txt" )
          private String profilesFile;
      

      Attachments

        Issue Links

          Activity

            People

              khmarbaise Karl Heinz Marbaise
              khmarbaise Karl Heinz Marbaise
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: