Skip to content

Commit 5616393

Browse files
Add Automatic-Module-Name: org.freedesktop.gstreamer in manifest (experimental!) (#165)
1 parent ad2d5dd commit 5616393

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

+12
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,18 @@
151151
</excludes>
152152
</configuration>
153153
</plugin>
154+
<plugin>
155+
<groupId>org.apache.maven.plugins</groupId>
156+
<artifactId>maven-jar-plugin</artifactId>
157+
<version>3.1.2</version>
158+
<configuration>
159+
<archive>
160+
<manifestEntries>
161+
<Automatic-Module-Name>org.freedesktop.gstreamer</Automatic-Module-Name>
162+
</manifestEntries>
163+
</archive>
164+
</configuration>
165+
</plugin>
154166
<plugin>
155167
<groupId>org.apache.maven.plugins</groupId>
156168
<artifactId>maven-javadoc-plugin</artifactId>

0 commit comments

Comments
 (0)