[ https://issues.apache.org/jira/browse/MJAR-210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15226836#comment-15226836
]
Karl Heinz Marbaise commented on MJAR-210:
------------------------------------------
Added followup in [r1737868|http://svn.apache.org/r1737868] to make sure users don't use the
removed parameter and in case they do they will be pointed out about clearly.
> Remove useDefaultManifestFile parameter
> ---------------------------------------
>
> Key: MJAR-210
> URL: https://issues.apache.org/jira/browse/MJAR-210
> Project: Maven JAR Plugin
> Issue Type: Improvement
> Affects Versions: 3.0.0
> Reporter: Karl Heinz Marbaise
> Assignee: Karl Heinz Marbaise
> Fix For: 3.0.0
>
>
> The following:
> {code}
> @Parameter( property = "maven.jar.useDefaultManifestFile", defaultValue = "false" )
> private boolean useDefaultManifestFile;
> {code}
> does not make sense in general, cause it can be handled via [MavenArchiver|http://maven.apache.org/shared/maven-archiver/index.html]
configuration. So this should be completely removed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
|