Re: Using 2.4.0-rc-20210111 with Maven
Posted by
gouessej on
Dec 20, 2021; 7:43pm
URL: https://forum.jogamp.org/Using-2-4-0-rc-20210111-with-Maven-tp4041535p4041549.html
Maybe you need to do something like this:
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>com.acme.mylibrary</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>