summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwumpz <t.warneke@gmx.net>2018-05-07 01:34:22 +0200
committerwumpz <t.warneke@gmx.net>2018-05-07 01:34:22 +0200
commitd1c22e724383b586a21159209da4920d4d1d939c (patch)
tree3075f6400d2fbf67cea8830ed79323f68e6e883e
parentdbfdffd62604d8edc31e4d078b0fdc5535858fb7 (diff)
fixes #19
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 282a95e..54da0ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,6 +129,10 @@
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
+ <manifestEntries>
+ <!-- identical to OSGI name -->
+ <Automatic-Module-Name>com.github.wumpz.diffutils</Automatic-Module-Name>
+ </manifestEntries>
</archive>
</configuration>
</plugin>