This is an automated email from the ASF dual-hosted git repository.
buhhunyx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git
The following commit(s) were added to refs/heads/master by this push:
new 90e3056f additional assembly for jdk9+
90e3056f is described below
commit 90e3056f2982294fa623d9324567299cac98dc1b
Author: Alexey Markevich <[email protected]>
AuthorDate: Wed Jun 22 13:18:05 2022 +0300
additional assembly for jdk9+
---
pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/pom.xml b/pom.xml
index 38b431ef..d569e94c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -733,6 +733,13 @@
<fork>true</fork>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+
<finalName>${project.artifactId}-${project.version}-java11</finalName>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
</build>