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.
1 parent 0d45015 commit f15d020Copy full SHA for f15d020
pom.xml
@@ -163,6 +163,18 @@
163
<compilerArgument>-parameters</compilerArgument>
164
</configuration>
165
</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>
178
<plugin>
179
<artifactId>maven-site-plugin</artifactId>
180
<version>${m3.site.version}</version>
0 commit comments