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

Hudson commented on MWAR-376:
-----------------------------

SUCCESS: Integrated in maven-plugins #6038 (See 
[https://builds.apache.org/job/maven-plugins/6038/])
[MWAR-376] Remove param properties that doesn't make sense for CLI usage
  o Removed the following properties:
    archiveClasses, resourceEncoding, maven.war.webxml, 
maven.war.containerConfigXML,
    useCache, includes, excludes, maven.war.filteringDeploymentDescriptors, 
    maven.war.escapedBackslashesInFilePath, maven.war.escapeString, 
    maven.war.supportMultiLineFiltering, maven.war.useJvmChmod, 
primaryArtifact, 
    failOnMissingWebXml. (khmarbaise: 
[http://svn.apache.org/viewvc/?view=rev&rev=1744063])
* 
maven-war-plugin/src/main/java/org/apache/maven/plugins/war/AbstractWarMojo.java
* maven-war-plugin/src/main/java/org/apache/maven/plugins/war/WarMojo.java


> Remove param properties that doesn't make sense for CLI usage
> -------------------------------------------------------------
>
>                 Key: MWAR-376
>                 URL: https://issues.apache.org/jira/browse/MWAR-376
>             Project: Maven WAR Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.6
>         Environment: n/a
>            Reporter: Anders Hammar
>            Assignee: Karl Heinz Marbaise
>             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 reproducible). 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 is the list of parameters/properties {{maven-war-plugin}} contains at 
> the moment:
> {noformat}
> @Parameter( property = "archiveClasses", defaultValue = "false" )
>  @Parameter( property = "resourceEncoding", defaultValue = 
> "${project.build.sourceEncoding}" )
>  @Parameter( property = "maven.war.webxml" )
>  @Parameter( property = "maven.war.containerConfigXML" )
>  @Parameter( property = "useCache", defaultValue = "false" )
>  @Parameter( property = "maven.war.filteringDeploymentDescriptors", 
> defaultValue = "false" )
>  @Parameter( property = "maven.war.escapedBackslashesInFilePath", 
> defaultValue = "false" )
>  @Parameter( property = "maven.war.escapeString" )
>  @Parameter( property = "maven.war.supportMultiLineFiltering", defaultValue = 
> "false" )
>  @Parameter( property = "maven.war.useJvmChmod", defaultValue = "true" )
>  @Parameter( property = "primaryArtifact", defaultValue = "true" )
>  @Parameter( property = "failOnMissingWebXml", defaultValue = "true" )
>  @Parameter( property = "maven.war.skip", defaultValue = "false" )
> {noformat}



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

Reply via email to