Skip to content

Commit 257b2cd

Browse files
Add default Specification and Implementation entries in jar manifest
1 parent d8afd5f commit 257b2cd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

+8
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,14 @@ limitations under the License.
431431
<groupId>org.apache.maven.plugins</groupId>
432432
<artifactId>maven-jar-plugin</artifactId>
433433
<version>3.3.0</version>
434+
<configuration>
435+
<archive>
436+
<manifest>
437+
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
438+
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
439+
</manifest>
440+
</archive>
441+
</configuration>
434442
</plugin>
435443
<plugin>
436444
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)