maven-home POM red - <maven.home>${maven.home}</maven.home> #41374
Replies: 3 comments
-
/cc @quarkusio/devtools (maven) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Your |
Beta Was this translation helpful? Give feedback.
0 replies
-
/cc @quarkusio/devtools (maven) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Windows PowerShell
Copyright (C) Microsoft Corporation. Todos os direitos reservados.
Experimente a nova plataforma cruzada PowerShell https://aka.ms/pscore6
PS D:\Estudo Programacao\CODIGOS-ALEATORIOS\appquarkus> quarkus dev


[INFO] Scanning for projects...
[INFO]
[INFO] ----------------------< tech.buildrun:appquarkus >----------------------
[INFO] Building appquarkus 1.0.0-SNAPSHOT
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- quarkus:3.10.2:dev (default-cli) @ appquarkus ---
[INFO] Invoking resources:3.3.1:resources (default-resources) @ appquarkus
[INFO] Copying 2 resources from src\main\resources to target\classes
[INFO] Invoking quarkus:3.10.2:generate-code (default) @ appquarkus
[INFO] Invoking compiler:3.12.1:compile (default-compile) @ appquarkus
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 1 source file with javac [debug release 21] to target\classes
[INFO] Annotation processing is enabled because one or more processors were found
on the class path. A future release of javac may disable annotation processing
unless at least one processor is specified by name (-processor), or a search
path is specified (--processor-path, --processor-module-path), or annotation
processing is enabled explicitly (-proc:only, -proc:full).
Use -Xlint:-options to suppress this message.
Use -proc:none to disable annotation processing.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /D:/Estudo Programacao/CODIGOS-ALEATORIOS/appquarkus/src/main/java/tech/buildrun/controller/UserController.java:[17,34] ')' or ',' expected
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.039 s
[INFO] Finished at: 2024-06-23T12:50:57-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal io.quarkus.platform:quarkus-maven-plugin:3.10.2:dev (default-cli) on project appquarkus: Unable to execute mojo: Compilation failure
[ERROR] /D:/Estudo Programacao/CODIGOS-ALEATORIOS/appquarkus/src/main/java/tech/buildrun/controller/UserController.java:[17,34] ')' or ',' expected
[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/MojoExecutionException
PS D:\Estudo Programacao\CODIGOS-ALEATORIOS\appquarkus>
pomquarkus.txt
Beta Was this translation helpful? Give feedback.
All reactions