diff --git a/jar/plugin.jelly b/jar/plugin.jelly index eec3b189..67ce3941 100644 --- a/jar/plugin.jelly +++ b/jar/plugin.jelly @@ -126,7 +126,6 @@ - @@ -135,6 +134,10 @@ + + + + diff --git a/jar/xdocs/changes.xml b/jar/xdocs/changes.xml index fbf250e4..c8e43fd1 100644 --- a/jar/xdocs/changes.xml +++ b/jar/xdocs/changes.xml @@ -25,6 +25,7 @@ + Include Implementation-Vendor-Id attribute for dependencies in manifest. Support specificationVersion in manifest. Jar plugin generates incorrect manifest file. diff --git a/jar/xdocs/properties.xml b/jar/xdocs/properties.xml index 2b242163..9f183d15 100644 --- a/jar/xdocs/properties.xml +++ b/jar/xdocs/properties.xml @@ -90,6 +90,9 @@ Tells Maven to add extension information to the jar manifest. This can cause some applications to break, so it has been disabled by default. + An Implementation-Vendor-Id attribute will be added + for each dependency that has a <vendorId> element + set in its <properties> section. Set to true to enable extension information.