Skip to content

Commit f66ec60

Browse files
authored
Merge pull request #125 from sebhoss/master
add automatic module name to jar manifest
2 parents edec580 + 008fc42 commit f66ec60

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,13 @@
103103
<groupId>org.apache.maven.plugins</groupId>
104104
<artifactId>maven-jar-plugin</artifactId>
105105
<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>
106113
<executions>
107114
<execution>
108115
<goals>

0 commit comments

Comments
 (0)