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/03/30 17:39:25 UTC

[jira] [Created] (MJAR-210) Remove properties

Karl Heinz Marbaise created MJAR-210:
----------------------------------------

             Summary: Remove properties
                 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
             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 MavehArchiver configuration. So this should be completely removed.



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