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 e2df3c0 commit adb48deCopy full SHA for adb48de
pom.xml
@@ -325,6 +325,21 @@
325
</execution>
326
</executions>
327
</plugin>
328
+ <plugin>
329
+ <groupId>org.apache.maven.plugins</groupId>
330
+ <artifactId>maven-jar-plugin</artifactId>
331
+ <executions>
332
+ <execution>
333
+ <id>f8-5.x</id>
334
+ <goals>
335
+ <goal>jar</goal>
336
+ </goals>
337
+ <configuration>
338
+ <classifier>f8-5x</classifier>
339
+ </configuration>
340
+ </execution>
341
+ </executions>
342
+ </plugin>
343
</plugins>
344
</build>
345
0 commit comments