Skip to content

Commit bce2425

Browse files
authored
Merge pull request #29 from ConvertAPI/develop
Add implementation version to manifest
2 parents 2e598ba + 07d0f0a commit bce2425

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)