Skip to content

Commit adb48de

Browse files
committed
chore: add f8-5x maven classifier
1 parent e2df3c0 commit adb48de

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,21 @@
325325
</execution>
326326
</executions>
327327
</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>
328343
</plugins>
329344
</build>
330345

0 commit comments

Comments
 (0)