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

Karl Heinz Marbaise closed MCLEAN-63.
-------------------------------------
    Resolution: Fixed
      Assignee: Karl Heinz Marbaise

Fixed in [r1705416|http://svn.apache.org/r1705416]

> Make naming of properties consistent
> ------------------------------------
>
>                 Key: MCLEAN-63
>                 URL: https://issues.apache.org/jira/browse/MCLEAN-63
>             Project: Maven Clean Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.6.1
>            Reporter: Karl Heinz Marbaise
>            Assignee: Karl Heinz Marbaise
>             Fix For: 3.0
>
>
> The list of properties looks like this:
> {code}
> @Parameter( property = "clean.verbose" )
> @Parameter( property = "clean.followSymLinks", defaultValue = "false" )
> @Parameter( property = "clean.skip", defaultValue = "false" )
> @Parameter( property = "maven.clean.failOnError", defaultValue = "true" )
> @Parameter( property = "maven.clean.retryOnError", defaultValue = "true" )
> @Parameter( property = "clean.excludeDefaultDirectories", defaultValue = 
> "false" )
> {code}
> The property names should follow the naming convention: 
> {{maven.PLUGIN.WhatEver}} So  {{clean.verbose}} should be changed into 
> {{maven.clean.verbose}}, {{clean.followSymLinks}} should be changed into 
> {{maven.clean.followSymLinks}}, {{clean.skip}} should be changed into 
> {{maven.clean.skip}}, and {{clean.excludeDefaultDirectories}} should be 
> changed into {{maven.clean.excludeDefaultDirectories}}.
> The old properties {{clean.*}} should be marked deprecated and a WARNING 
> should be emitted. With version 3.X they can be replaced completely.



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

Reply via email to