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
Implementation ideas maven.home should probably be <maven.home>${maven.home}</maven.home> and native.image.path should probably be <native.image.path>${project.build.directory}/${project.build.finalName}-runner</native.image.path>
The text was updated successfully, but these errors were encountered:
Description
In https://github.com/quarkusio/quarkus/blob/master/integration-tests/maven/src/test/resources/projects/project-with-extension/runner/pom.xml there are 3 instances of absolute paths.
quarkus/integration-tests/maven/src/test/resources/projects/project-with-extension/runner/pom.xml
Line 52 in 42dbdd0
quarkus/integration-tests/maven/src/test/resources/projects/project-with-extension/runner/pom.xml
Line 115 in 42dbdd0
quarkus/integration-tests/maven/src/test/resources/projects/project-with-extension/runner/pom.xml
Line 117 in 42dbdd0
Implementation ideas
maven.home
should probably be<maven.home>${maven.home}</maven.home>
andnative.image.path
should probably be<native.image.path>${project.build.directory}/${project.build.finalName}-runner</native.image.path>
The text was updated successfully, but these errors were encountered: