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
Describe the bug
The quarkus-amazon-lambda-http-archetype archetype generates a hard-coded path to maven.home in the maven-surefire-plugin plugin declaration:
Describe the bug
The
quarkus-amazon-lambda-http-archetype
archetype generates a hard-coded path tomaven.home
in themaven-surefire-plugin
plugin declaration:Expected behavior
maven.home
probably shouldn't be declared at all.Actual behavior
The following declaration is generated:
<maven.home>/opt/apache-maven</maven.home>
To Reproduce
Steps to reproduce the behavior:
quarkus-amazon-lambda-http-archetype
version1.6.0.Final
.maven-surefire-plugin
declaration.Environment (please complete the following information):
uname -a
orver
: Linux DESKTOP-GJJ95MV 4.19.104-microsoft-standard Switch to the Maven distributed copy of the SubstrateVM annotations #1 SMP Wed Feb 19 06:37:35 UTC 2020 x86_64 x86_64 x86_64 GNU/Linuxjava -version
: NAmvnw --version
orgradlew --version
):Additional context
Note that Maven is not installed in the
/opt/apache-maven
directory, it is managed by SDKManThe text was updated successfully, but these errors were encountered: