aboutsummaryrefslogtreecommitdiffstats
path: root/pf4j/pom.xml
diff options
context:
space:
mode:
authorAndreas Rudolph <andy@openindex.de>2019-03-25 19:42:20 +0100
committerDecebal Suiu <decebal.suiu@gmail.com>2019-03-25 20:42:20 +0200
commitb808c2da4d1378b2adeb64320745752378ff21ac (patch)
treedb7a09e6500fc45f13a1e01961efeccdbf319569 /pf4j/pom.xml
parent3ffde097b376cfd5f4ce0c9ae4bc44732c0c4d08 (diff)
downloadpf4j-b808c2da4d1378b2adeb64320745752378ff21ac.tar.gz
pf4j-b808c2da4d1378b2adeb64320745752378ff21ac.zip
mark pf4j.jar as multi release library (#305)
Diffstat (limited to 'pf4j/pom.xml')
-rw-r--r--pf4j/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pf4j/pom.xml b/pf4j/pom.xml
index 0a78ed2..c38eae8 100644
--- a/pf4j/pom.xml
+++ b/pf4j/pom.xml
@@ -52,6 +52,17 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifestEntries>
+ <Multi-Release>true</Multi-Release>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </plugin>
</plugins>
</build>