NodeJS
NodeJS copied to clipboard
Plugin does not build from fresh source
didier@zircon:~/git$ git clone [email protected]:danielkec/NodeJS.git
Cloning into 'NodeJS'...
remote: Enumerating objects: 765, done.
remote: Total 765 (delta 0), reused 0 (delta 0), pack-reused 765
Receiving objects: 100% (765/765), 16.33 MiB | 7.38 MiB/s, done.
Resolving deltas: 100% (236/236), done.
didier@zircon:~/git$ cd NodeJS/
didier@zircon:~/git/NodeJS$ mvn test
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Scanning for projects...
[INFO]
[INFO] --------------------------< cz.kec.nb:NodeJS >--------------------------
[INFO] Building NodeJS 2.2-SNAPSHOT
[INFO] --------------------------------[ nbm ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ NodeJS ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ NodeJS ---
[INFO] Compiling 8 source files to /home/didier/git/NodeJS/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] error: Failed to read generated-layer.xml: java.nio.file.NoSuchFileException: /home/didier/git/NodeJS/target/classes/META-INF/generated-layer.xml
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.523 s
[INFO] Finished at: 2020-03-31T11:58:25+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project NodeJS: Compilation failure
[ERROR] error: Failed to read generated-layer.xml: java.nio.file.NoSuchFileException: /home/didier/git/NodeJS/target/classes/META-INF/generated-layer.xml
[ERROR]
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException