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
Maven: enable configuring maven.top-level-basedir in quarkus:dev
The `quarkus:dev` goal now reads `maven.top-level-basedir` from its
`systemProperties` configuration (which is potentically copied from
Surefire if `copySurefireVariables` is set) and if set, configures
the root project directory for the `BootstrapMavenContext`.
This effectively means that the `maven.top-level-basedir` configuration
may occur not just in a system property, but also in the POM.
Copy file name to clipboardExpand all lines: independent-projects/bootstrap/maven-resolver/src/main/java/io/quarkus/bootstrap/resolver/maven/BootstrapMavenContext.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ public class BootstrapMavenContext {
0 commit comments