This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 7ce7414 Remove redundant manifest entries for javadoc and source
plugins (#703)
7ce7414 is described below
commit 7ce7414476505e2471fa0daa4c3c87f7d388eaf0
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun Apr 26 13:03:04 2026 +0200
Remove redundant manifest entries for javadoc and source plugins (#703)
It was added in ASF parent 36
- https://github.com/apache/maven-apache-parent/pull/548
so configuration can be simplified
---
pom.xml | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/pom.xml b/pom.xml
index 06f049e..bd0e826 100644
--- a/pom.xml
+++ b/pom.xml
@@ -456,12 +456,6 @@
<link>${commons.javadoc.javaee.link}</link>
</links>
<additionalOptions>${commons.javadoc.options}</additionalOptions>
- <archive>
- <manifest>
-
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
-
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
- </manifest>
- </archive>
<!--   is non-breaking space -->
<bottom>
Copyright © {inceptionYear}-{currentYear} {organizationName}.
All rights reserved.</br>
@@ -915,14 +909,6 @@
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
- <configuration>
- <archive>
- <manifest>
-
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
-
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
- </manifest>
- </archive>
- </configuration>
<executions>
<execution>
<id>create-source-jar</id>