Open cowwoc opened 1 week ago
Ideally,
pulumi
should scan the ancestor directories one at a time looking formvnw
and use the existing installation without needing a local copy or symbol link.
Agreed. Something along the lines of what we do for Gradle:
What happened?
error: failed to discover plugin requirements: language host could not determine Pulumi packages: could not find ./mvnw, mvn on the $PATH: exec: "mvn": executable file not found in %PATH%
Example
mvnw
in the rootpulumi up
Creating symbol links from the
mvnw
installation in the root module does not help (I get the same error). If I copy the files over, the error goes away, but obviously it's bad to maintain copies as they will fall out-of-sync.Ideally,
pulumi
should scan the ancestor directories one at a time looking formvnw
and use the existing installation without needing a local copy or symbol link.Output of
pulumi about
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).