resolve/ignore extension provided properties
See original GitHub issueI use this Maven extension to set a property with the value of the git worktree directory, among others.
I also leave the a property <git.dir.worktree>${git.dir.worktree}</git.dir.worktree>
in the top-level pom to fail the build if for some reason the extension doesn’t run. But this completely breaks IDEA’s ability to resolve packages.
https://github.com/pascalgn/properties-maven-extension/issues/59
What’s the best approach here?
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
ignoring file extensions when relinking? - Blackmagic Forum
I've got an edit that was made in Resolve's NLE with QT renders from R3D originals, and now I need to relink the...
Read more >Resolve | webpack
This option is taken into account by the enhanced-resolve module. context in resolve caching is ignored when resolve or resolveLoader plugins are provided....
Read more >What does resolve.extensions do in Webpack? - Stack Overflow
Webpack uses resolve.extensions to generate all the possible paths to the module, e.g. function getPaths(module) { return ['', '.js', ...
Read more >eslint-plugin-import/extensions.md at main - GitHub
In that case, if you still want to specify extensions, you can do so inside the pattern property. Default value of ignorePackages is...
Read more >Task Provider | Visual Studio Code Extension API
Learn how to contribute tasks to Visual Studio Code through an extension (plug-in). ... With resolveTask an extension can still provide a task...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The extension doesn’t require IDE support - the IDE requires support for the extension, but I see your point about this being a mere plugin.
I need the extension to set git properties for the build as it does this once for the whole build. If I do that with a git-*-plugin it will query git 500x. Of course I could make that info inheritable, but that rules out using -pl type builds