melloware opened a new pull request #11: URL: https://github.com/apache/myfaces-build-tools/pull/11
Doing a fresh checkout with JDK and Maven 3.8.3 these were the build errors I was receiving... ``` [INFO] Reactor Summary: [INFO] [INFO] Apache MyFaces Buildtools Maven2 Plugin Parent 1.0.7-SNAPSHOT SUCCESS [ 1.732 s] [INFO] Apache MyFaces Buildtools Maven2 Builder Annotations 1.0.10-SNAPSHOT FAILURE [ 0.412 s] [INFO] Apache MyFaces Buildtools Maven2 Builder Plugin 1.0.12-SNAPSHOT SKIPPED [INFO] Apache MyFaces Buildtools Maven2 Faces Plugin 1.0.1-SNAPSHOT SKIPPED [INFO] Apache MyFaces Buildtools Maven2 i18n Plugin 1.0.1-SNAPSHOT SKIPPED [INFO] Apache MyFaces Buildtools Maven2 Javacc Plugin 1.0.2-SNAPSHOT SKIPPED [INFO] Apache MyFaces Buildtools Maven2 Javascript Plugin 1.0.3-SNAPSHOT SKIPPED [INFO] Apache MyFaces Buildtools Maven2 Javascript Documentation Plugin 1.0-beta-2-SNAPSHOT SKIPPED [INFO] Apache MyFaces Buildtools Maven2 JDev Plugin 1.0.1-SNAPSHOT SKIPPED [INFO] Apache MyFaces Buildtools Maven2 Tag Documentation Report 1.0.1-SNAPSHOT SKIPPED [INFO] Apache MyFaces Buildtools Maven2 Wagon Plugin 1.0.1-SNAPSHOT SKIPPED [INFO] Apache MyFaces Buildtools Maven2 XRTS Plugin 1.0.1-SNAPSHOT SKIPPED [INFO] Apache MyFaces Buildtools Maven2 Plugin Module 1-SNAPSHOT SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.561 s [INFO] Finished at: 2021-09-19T08:25:39-04:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project myfaces-builder-annotations: Compilation failure: Compilation failure: [ERROR] error: Source option 5 is no longer supported. Use 6 or later. [ERROR] error: Target option 1.5 is no longer supported. Use 1.6 or later. ``` These changes were the bare minimum I could make to get this to build all the plugins locally. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
