From 3518075401a794d51cceb6b59ee31fadcc056de5 Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Wed, 13 Feb 2019 19:59:12 +0100
Subject: [PATCH] [enh] Do not always build all zip (with JRE included)

---
 duniter4j-client/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/duniter4j-client/pom.xml b/duniter4j-client/pom.xml
index 2d87a0a3..a82c509f 100644
--- a/duniter4j-client/pom.xml
+++ b/duniter4j-client/pom.xml
@@ -347,7 +347,7 @@
             <id>linux-x64-bundle</id>
             <activation>
                 <property>
-                    <name>performRelease</name>
+                    <name>performFullRelease</name>
                     <value>true</value>
                 </property>
             </activation>
@@ -413,7 +413,7 @@
             <id>linux-i586-bundle</id>
             <activation>
                 <property>
-                    <name>performRelease</name>
+                    <name>performFullRelease</name>
                     <value>true</value>
                 </property>
             </activation>
@@ -479,7 +479,7 @@
             <id>windows-i586-bundle</id>
             <activation>
                 <property>
-                    <name>performRelease</name>
+                    <name>performFullRelease</name>
                     <value>true</value>
                 </property>
             </activation>
@@ -564,7 +564,7 @@
             <id>windows-x64-bundle</id>
             <activation>
                 <property>
-                    <name>performRelease</name>
+                    <name>performFullRelease</name>
                     <value>true</value>
                 </property>
             </activation>
-- 
GitLab