Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The outdated mvnw breaks the project with Quarkus CLI #100

Closed
mstahv opened this issue Aug 28, 2023 · 1 comment
Closed

The outdated mvnw breaks the project with Quarkus CLI #100

mstahv opened this issue Aug 28, 2023 · 1 comment

Comments

@mstahv
Copy link
Member

mstahv commented Aug 28, 2023


base-starter-flow-quarkus-24 2 % quarkus dev
[INFO] Scanning for projects...
[INFO] 
[INFO] -----------------< org.acme:base-starter-flow-quarkus >-----------------
[INFO] Building base-starter-flow-quarkus 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- quarkus-maven-plugin:3.3.0:dev (default-cli) @ base-starter-flow-quarkus ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.822 s
[INFO] Finished at: 2023-08-28T14:11:11+03:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal io.quarkus.platform:quarkus-maven-plugin:3.3.0:dev (default-cli) on project base-starter-flow-quarkus: Detected Maven Version (3.8.1)  is not supported, it must be in [3.8.2,). -> [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
mstahv@MatinPikkuRakkine base-starter-flow-quarkus-24 2 % mvn --version
Apache Maven 3.9.4 (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9)
Maven home: /opt/homebrew/Cellar/maven/3.9.4/libexec
Java version: 20.0.1, vendor: Homebrew, runtime: /opt/homebrew/Cellar/openjdk/20.0.1/libexec/openjdk.jdk/Contents/Home
Default locale: en_FI, platform encoding: UTF-8
OS name: "mac os x", version: "13.5", arch: "aarch64", family: "mac"
mstahv@MatinPikkuRakkine base-starter-flow-quarkus-24 2 % rm -rf mvnw
mstahv@MatinPikkuRakkine base-starter-flow-quarkus-24 2 % rm -rf .mvn 
mstahv@MatinPikkuRakkine base-starter-flow-quarkus-24 2 % quarkus dev   
NOW IT WORX :-)
@mstahv mstahv closed this as completed in 7afb88b Aug 28, 2023
@mstahv
Copy link
Member Author

mstahv commented Aug 28, 2023

@ZheSun88 Would you update ITs so that they use mvnw or quarkus dev? Or get rid of the mvnw altogether (this would be my favourite).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant