summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>