We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents edec580 + 008fc42 commit f66ec60Copy full SHA for f66ec60
1 file changed
pom.xml
@@ -103,6 +103,13 @@
103
<groupId>org.apache.maven.plugins</groupId>
104
<artifactId>maven-jar-plugin</artifactId>
105
<version>${maven-jar-plugin.version}</version>
106
+ <configuration>
107
+ <archive>
108
+ <manifestEntries>
109
+ <Automatic-Module-Name>com.jnape.palatable.lambda</Automatic-Module-Name>
110
+ </manifestEntries>
111
+ </archive>
112
+ </configuration>
113
<executions>
114
<execution>
115
<goals>
0 commit comments