Skip to content

Commit 07d0f0a

Browse files
kmozsimozsi1krisza06
authored andcommitted
Add implementation version to manifest
1 parent d2a3cce commit 07d0f0a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,19 @@
9292
</resources>
9393

9494
<plugins>
95+
<plugin>
96+
<groupId>org.apache.maven.plugins</groupId>
97+
<artifactId>maven-jar-plugin</artifactId>
98+
<version>2.1</version>
99+
<configuration>
100+
<archive>
101+
<manifest>
102+
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
103+
</manifest>
104+
</archive>
105+
</configuration>
106+
</plugin>
107+
95108
<plugin>
96109
<artifactId>maven-deploy-plugin</artifactId>
97110
<version>2.8.2</version>

0 commit comments

Comments
 (0)