Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-07-20 20:44:48 +0000
committerAlexander Kurtakov2020-07-20 21:02:27 +0000
commitefbe2c08bcd53b876b9dba69f379ed0f85a0ee15 (patch)
tree95c339f40dc1a2136fc6b600522f87a87fe1882e
parent03366ec96aae0fd3c97ca711872c2c43e416a735 (diff)
downloadeclipse.platform.ua-efbe2c08bcd53b876b9dba69f379ed0f85a0ee15.tar.gz
eclipse.platform.ua-efbe2c08bcd53b876b9dba69f379ed0f85a0ee15.tar.xz
eclipse.platform.ua-efbe2c08bcd53b876b9dba69f379ed0f85a0ee15.zip
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 <akurtako@redhat.com>
-rw-r--r--infocenter-web/infocenter-app/pom.xml5
1 files changed, 5 insertions, 0 deletions
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
@@ -35,6 +35,11 @@
</configuration>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-war-plugin</artifactId>
+ <version>3.3.1</version>
+ </plugin>
+ <plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>

Back to the top