You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@apache.org> on 2018/12/25 19:31:00 UTC

[jira] [Updated] (MSHARED-782) Deprecated option classpathMavenRepositoryLayout not marked as deprecated in the documentation

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

Michael Osipov updated MSHARED-782:
-----------------------------------
    Fix Version/s: maven-archiver-3.3.1

> Deprecated option classpathMavenRepositoryLayout not marked as deprecated in the documentation
> ----------------------------------------------------------------------------------------------
>
>                 Key: MSHARED-782
>                 URL: https://issues.apache.org/jira/browse/MSHARED-782
>             Project: Maven Shared Components
>          Issue Type: Bug
>          Components: maven-archiver
>    Affects Versions: maven-archiver-3.3.0
>         Environment: Linux
>            Reporter: spacy finder
>            Assignee: Michael Osipov
>            Priority: Minor
>              Labels: documentation, newbie
>             Fix For: maven-archiver-3.3.1
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Problem:
> The page [https://maven.apache.org/shared/maven-archiver/index.html] describes the option *classpathMavenRepositoryLayout*. This option is deprecated, but the index page does not mention the deprecation.
> By adding
> {code:java}
> <classpathMavenRepositoryLayout>true</classpathMavenRepositoryLayout>{code}
> to you pom.xml maven will produce the following error
> {code:java}
> Unable to parse configuration of mojo org.apache.maven.plugins:maven-jar-plugin:3.1.0:jar for parameter manifest: Cannot find setter, adder nor field in org.apache.maven.archiver.ManifestConfiguration for 'classpathMavenRepositoryLayout' -> [Help 1]{code}
> Fix:
> Mention deprecation status of this option on the referenced page.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)