From ed2a6db603b05a1fb7ed649969e20f5f4893df3a Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Wed, 31 Jul 2019 12:37:45 +0200 Subject: [PATCH] next try to ignore discouraged access warnings while building --- .../org.springframework.tooling.boot.ls/pom.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/eclipse-language-servers/org.springframework.tooling.boot.ls/pom.xml b/eclipse-language-servers/org.springframework.tooling.boot.ls/pom.xml index 9cc32530d..92e380b87 100644 --- a/eclipse-language-servers/org.springframework.tooling.boot.ls/pom.xml +++ b/eclipse-language-servers/org.springframework.tooling.boot.ls/pom.xml @@ -17,7 +17,16 @@ - + + + org.eclipse.tycho + tycho-compiler-plugin + ${tycho-version} + + -warn:+discouraged,forbidden + + + org.apache.maven.plugins maven-dependency-plugin @@ -63,7 +72,7 @@ - + maven-clean-plugin 3.1.0 @@ -75,7 +84,7 @@ - +