Hi. Le mer. 14 juil. 2021 à 13:02, Alex Herbert <alex.d.herb...@gmail.com> a écrit : > >>> [...] > > > Anyway the summary is that using 'mvn site' should not be expected to run > > > all the validation checks on the code. It is to build documentation. > > > > Makes sense (and we were doing it wrong before). > > > > > If you want to check the code then use 'mvn verify'.
Command $ JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/ mvn clean verify test site currently results in the build failing: ---CUT--- [ERROR] Failed to execute goal org.apache.maven.plugins:maven-shade-plugin:3.1.1:shade (default) on project examples-sofm: Error creating shaded jar: /home/gilles/devel/java/apache/commons-math/trunk/commons-math-neuralnet/target/classes (Is a directory) -> [Help 1] ---CUT--- Any idea? Thanks, Gilles >>> [...] --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org