Skip to content

Commit f15d020

Browse files
authored
add Automatic-Module-Name (#189)
1 parent 0d45015 commit f15d020

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,18 @@
163163
<compilerArgument>-parameters</compilerArgument>
164164
</configuration>
165165
</plugin>
166+
<plugin>
167+
<groupId>org.apache.maven.plugins</groupId>
168+
<artifactId>maven-jar-plugin</artifactId>
169+
<version>3.4.2</version>
170+
<configuration>
171+
<archive>
172+
<manifestEntries>
173+
<Automatic-Module-Name>com.github.davidmoten.aws-lightweight-client-java</Automatic-Module-Name>
174+
</manifestEntries>
175+
</archive>
176+
</configuration>
177+
</plugin>
166178
<plugin>
167179
<artifactId>maven-site-plugin</artifactId>
168180
<version>${m3.site.version}</version>

0 commit comments

Comments
 (0)