Re: excluding jdk.tools for java 11 compatibility

2022-05-12 Thread Stamatis Zampetakis
Apparently there is now a JIRA, HIVE-26226 [1], about removing jdk.tools so let's continue the discussion there. Best, Stamatis [1] https://issues.apache.org/jira/browse/HIVE-26226 On Thu, May 5, 2022 at 6:27 PM Alessandro Solimando < alessandro.solima...@gmail.com> wrote: > Hi again, > actual

Re: excluding jdk.tools for java 11 compatibility

2022-05-05 Thread Alessandro Solimando
Hi again, actually I managed to exclude the project by using the FQN (I was missing the "upgrade-acid/" part): mvn org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.0.2155:sonar \ -DskipTests -Dit.skipTests -Dmaven.javadoc.skip -pl '!upgrade-acid,!upgrade-acid/pre-upgrade' I would still like