We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db72eb4 commit 3d53a50Copy full SHA for 3d53a50
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
## 2.23 [unreleased]
4
5
+### Improvements
6
+- Add implementation information to `Jar` manifest [PR #847](https://github.com/influxdata/influxdb-java/pull/847)
7
+
8
## 2.22 [2021-09-17]
9
10
### Improvements
pom.xml
@@ -115,6 +115,13 @@
115
<groupId>org.apache.maven.plugins</groupId>
116
<artifactId>maven-jar-plugin</artifactId>
117
<version>3.2.2</version>
118
+ <configuration>
119
+ <archive>
120
+ <manifest>
121
+ <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
122
+ </manifest>
123
+ </archive>
124
+ </configuration>
125
</plugin>
126
<plugin>
127
0 commit comments