Elliotte Rusty Harold
Elliotte Rusty Harold
You need to report this against velocity. Also, before reporting issues found by static analyzers please verify that they are in fact relevant in the context of this project. A...
I don't understand why the test failed. I've never seen this check before: ``` Run echo "$GITHUB_WORKSPACE/shellcheck-v${SHELLCHECK_VERSION}" >> $GITHUB_PATH /home/runner/work/maven-wrapper/maven-wrapper/maven-wrapper-distribution/src/resources/mvnw:244:12: note: Double quote to prevent globbing and word splitting. [SC2086]...
Looks OK to me, though claims of performance improvements really need measurements and benchmarks.
I believe @ppkarwasz is simply wrong. This change is not backwards compatible, and will break existing projects. It works in the very simple case where a project only has a...
Yes, a good BOM is a workaround; but it's still only a workaround. and one that operates post facto. That is, first the developer sees their project break. Then they...
@slawekjaranowski Can we go ahead and merge this one?
Modello isn't very well documented or supported. If you make the plugins field a map instead of a list, it might work, but it might not. I'm not sure. There...
You might not be running the version of the plugin you think you are. Try it with mvn org.apache.maven.plugins:maven-dependency-plugin:3.8.1:collect -Dmaven.repo.local=./collect-goal-dependencies-list
see https://github.com/apache/maven-dependency-plugin/tree/master/src/it
If you're not going to update to 1.5 you can at least go to 1.3.13, possibly 1.4.13