From efbe2c08bcd53b876b9dba69f379ed0f85a0ee15 Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Mon, 20 Jul 2020 23:44:48 +0300 Subject: Fix maven-war-version to 3.3.1 To get rid of following warnings in the build: WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/home/akurtakov/.m2/repository/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar) to field java.util.Properties.defaults WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release Change-Id: I60e9e34f1e9f7b61cddddcd0298efd065662b789 Signed-off-by: Alexander Kurtakov --- infocenter-web/infocenter-app/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/infocenter-web/infocenter-app/pom.xml b/infocenter-web/infocenter-app/pom.xml index b307f3f5c..3cb5e3eff 100644 --- a/infocenter-web/infocenter-app/pom.xml +++ b/infocenter-web/infocenter-app/pom.xml @@ -34,6 +34,11 @@ + + org.apache.maven.plugins + maven-war-plugin + 3.3.1 + maven-antrun-plugin -- cgit v1.2.3