-
Notifications
You must be signed in to change notification settings - Fork 213
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
Should support core extensions #114
Comments
This is an issue known solely thanks to your report :) Thanks! |
Big 👍 from me as this would also enable the combination of |
It seems extensions registered in |
We should test with .mvnd/extensions.xml |
Fwiw, extensions have been removed from DaemonMavenCli in the initial work to allow the container to be created and reused. I'm going to check if we can bring that back somehow. |
@marcphilipp fwiw, the Gradle extensions uses a non standard input handler, so even with #181 and a fix #180, this would not solve the usage of the Gradle extension. It would require a custom fix to provide an implementation of |
Core extensions don't seem to get applied when using
mvnd
. Is that a known issue/limitation?To reproduce simply clone https://github.com/gradle/maven-build-scan-quickstart, and run
mvnd validate
vs../mvnw validate
. The latter prints a build scan link at the end, while the former does not.The text was updated successfully, but these errors were encountered: