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 f72c843 commit a734365Copy full SHA for a734365
log4j-perf-test/pom.xml
@@ -196,6 +196,21 @@
196
<plugin>
197
<groupId>org.apache.maven.plugins</groupId>
198
<artifactId>maven-shade-plugin</artifactId>
199
+ <executions>
200
+ <execution>
201
+ <id>generate-uber-jar</id>
202
+ <configuration>
203
+ <transformers combine.children="append">
204
+ <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
205
+ <manifestEntries>
206
+ <Main-Class>org.openjdk.jmh.Main</Main-Class>
207
+ <Multi-Release>true</Multi-Release>
208
+ </manifestEntries>
209
+ </transformer>
210
+ </transformers>
211
+ </configuration>
212
+ </execution>
213
+ </executions>
214
</plugin>
215
216
</plugins>
0 commit comments