Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
maven-archiver-3.3.0
-
Linux
Description
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
<classpathMavenRepositoryLayout>true</classpathMavenRepositoryLayout>
to you pom.xml maven will produce the following error
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]
Fix:
Mention deprecation status of this option on the referenced page.
Attachments
Issue Links
- is caused by
-
MSHARED-512 Remove @Deprecated marked code which has been missed.
- Closed