You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl Heinz Marbaise (JIRA)" <ji...@apache.org> on 2016/02/22 10:08:18 UTC

[jira] [Assigned] (MINVOKER-199) Remove @Deprecated marked code and parameters

     [ https://issues.apache.org/jira/browse/MINVOKER-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Heinz Marbaise reassigned MINVOKER-199:
--------------------------------------------

    Assignee: Karl Heinz Marbaise

> Remove @Deprecated marked code and parameters
> ---------------------------------------------
>
>                 Key: MINVOKER-199
>                 URL: https://issues.apache.org/jira/browse/MINVOKER-199
>             Project: Maven Invoker Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.0.0
>            Reporter: Karl Heinz Marbaise
>            Assignee: Karl Heinz Marbaise
>            Priority: Critical
>             Fix For: 3.0.0
>
>
> 1. {code:java}
> /**
>      * 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;
> {code}
> 2. {code:java}
>     /**
>      * 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;
> {code}
> 3. {code:java}
>     /**
>      * 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;
> {code}
> 4. {code:java}
>     /**
>      * 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;
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)