Skip to content

Commit d1c22e7

Browse files
committed
fixes #19
1 parent dbfdffd commit d1c22e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@
129129
<configuration>
130130
<archive>
131131
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
132+
<manifestEntries>
133+
<!-- identical to OSGI name -->
134+
<Automatic-Module-Name>com.github.wumpz.diffutils</Automatic-Module-Name>
135+
</manifestEntries>
132136
</archive>
133137
</configuration>
134138
</plugin>

0 commit comments

Comments
 (0)