diff options
author | Andreas Rudolph <andy@openindex.de> | 2019-03-25 19:42:20 +0100 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2019-03-25 20:42:20 +0200 |
commit | b808c2da4d1378b2adeb64320745752378ff21ac (patch) | |
tree | db7a09e6500fc45f13a1e01961efeccdbf319569 /pf4j/pom.xml | |
parent | 3ffde097b376cfd5f4ce0c9ae4bc44732c0c4d08 (diff) | |
download | pf4j-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.xml | 11 |
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> |