You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
$ ./mvnw quarkus:list-extensions
./mvnw: line 276: /data/dev/kabanero/quarkus/.mvn/wrapper/maven-wrapper.properties: No such file or directory
/data/dev/kabanero/quarkus/.mvn/wrapper/maven-wrapper.jar: No such file or directory
Error: Could not find or load main class org.apache.maven.wrapper.MavenWrapperMain
Caused by: java.lang.ClassNotFoundException: org.apache.maven.wrapper.MavenWrapperMain
Environment Details (please complete the following information):
appsody version - 0.5.8
Using the quarkus stack from the experimental repo
experimental quarkus 0.2.3 *default Quarkus runtime for running Java applications
Additional context
The workaround mentioned in #448 does not help either. However what helps if we copy the .mvn dir from the workaround above to the directory where the quarkus application was initialized. The command then works.
The text was updated successfully, but these errors were encountered:
Describe the bug
Environment Details (please complete the following information):
appsody version - 0.5.8
Using the quarkus stack from the experimental repo
Additional context
The workaround mentioned in #448 does not help either. However what helps if we copy the
.mvn
dir from the workaround above to the directory where the quarkus application was initialized. The command then works.The text was updated successfully, but these errors were encountered: