Tried to build with jdk-17 & apache-maven-3.9.1. The build breaks on autothreaded (see below). JDK15 builds with some errors. JDK1.8 (Adoptium) with Maven 3.3 seem to work, but there are still some errors (Error while generating Javadoc).
Also the README don't seem to mention which JDK/Maven is supported/tested. Would be nice if the docs would specify that 🙂
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for pom-explorer-modules 1.4-SNAPSHOT:
[INFO]
[INFO] pom-explorer-modules ............................... SUCCESS [ 1.293 s]
[INFO] pom-explorer-core .................................. SUCCESS [ 7.894 s]
[INFO] autothreaded ....................................... FAILURE [ 1.358 s]
[INFO] pom-explorer ....................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.634 s
[INFO] Finished at: 2023-05-10T12:10:25+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-source-plugin:2.4:jar (attach-sources) on project autothreaded: Execution attach-sources of goal org.apache.maven.plugins:maven-source-plugin:2.4:jar failed: Unable to load the mojo 'jar' in the plugin 'org.apache.maven.plugins:maven-source-plugin:2.4' due to an API incompatibility: org.codehaus.plexus.component.repository.exception.ComponentLookupException: null
[ERROR] -----------------------------------------------------
Tried to build with jdk-17 & apache-maven-3.9.1. The build breaks on
autothreaded
(see below). JDK15 builds with some errors. JDK1.8 (Adoptium) with Maven 3.3 seem to work, but there are still some errors (Error while generating Javadoc).Also the README don't seem to mention which JDK/Maven is supported/tested. Would be nice if the docs would specify that 🙂