Sounds like a good idea to me. Unfortunately, Ubuntu 18.04 (the current LTS release) is currently on Maven 3.5.2. Not much we can do about that though.
-- Michael Mior [email protected] Le mar. 29 mai 2018 à 17:24, Julian Hyde <[email protected]> a écrit : > I’ve run into problems building Avatica using maven-3.5.2 that are fixed > using maven-3.5.3. When executing “mvn clean install javadoc:javadoc site” > (on Ubuntu, on virtually any JDK version), I get > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-shade-plugin:2.1:shade (default) on project > avatica-standalone-server: Error creating shaded jar: > /home/jhyde/regress/calcite-avatica/server/target/classes (Is a directory) > -> [Help 1] > > The currently recommended version is "3.2.1 or later” [1]. Any objections > if I change the recommended version to "3.5.3 or later”? > > > Julian > > [1] http://calcite.apache.org/avatica/develop/avatica.html < > http://calcite.apache.org/avatica/develop/avatica.html>
