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 d2a3cce commit 07d0f0aCopy full SHA for 07d0f0a
pom.xml
@@ -92,6 +92,19 @@
92
</resources>
93
94
<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
+
108
<plugin>
109
<artifactId>maven-deploy-plugin</artifactId>
110
<version>2.8.2</version>
0 commit comments