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/05/15 21:03:12 UTC

[jira] [Commented] (MRESOURCES-222) Remove param properties that doesn't make sense for CLI usage

    [ https://issues.apache.org/jira/browse/MRESOURCES-222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15283967#comment-15283967 ] 

Karl Heinz Marbaise commented on MRESOURCES-222:
------------------------------------------------

So the following properties exist:
{code:java}
@Parameter( property = "encoding", defaultValue = "${project.build.sourceEncoding}" )
 @Parameter( property = "maven.resources.escapeString", defaultValue = "\\" )
 @Parameter( property = "maven.resources.overwrite", defaultValue = "false" )
 @Parameter( property = "maven.resources.includeEmptyDirs", defaultValue = "false" )
 @Parameter( property = "maven.resources.escapeWindowsPaths", defaultValue = "true" )
 @Parameter( property = "maven.resources.supportMultiLineFiltering", defaultValue = "false" )
 @Parameter( property = "maven.resources.skip", defaultValue = "false" )
Test:
 @Parameter( property = "maven.test.skip" )
{code}
I think that only {{maven.resources.skip}} and {{maven.test.skip}} will survive here.


> Remove param properties that doesn't make sense for CLI usage
> -------------------------------------------------------------
>
>                 Key: MRESOURCES-222
>                 URL: https://issues.apache.org/jira/browse/MRESOURCES-222
>             Project: Maven Resources Plugin
>          Issue Type: Improvement
>         Environment: n/a
>            Reporter: Anders Hammar
>             Fix For: 3.0.0
>
>
> Currently the plugin supports configuring several of the parameters via CLI properties. This doesn't make sense in many cases and encourages bad Maven usage (builds should be reproducable). Remove the properties for those parameters. The v3.0.0 release is a good time to do this.
> First of all we need to identify candidates for removal.



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