Konrad Windszus
Konrad Windszus
@gnodet Indeed I couldn't find anything either yet. TBH I have just taken the information from https://books.sonatype.com/mvnref-book/reference/writing-plugins-sect-custom-plugin.html#writing-plugins-sect-failure which I consider a pretty reliable source. But maybe the different handling of...
I tried it out with a dummy mojo and both exceptions behave exactly the same, i.e. both emit "BUILD FAILURE". I couldn't influence the build outcome with any of the...
Given that, I would recommend to either reestablish the different semantics or deprecate one exception class of the two. In any case right now it is highly confusing why there...
Dug a bit deeper and found https://github.com/apache/maven/blob/ed370a6382ee4e431d36ae38454174b94d4f33aa/maven-core/src/main/java/org/apache/maven/DefaultMaven.java#L235-L255 for the different handling.
> Overall the need of these exception is that mojo don't throw an Exception/Throwable but there is no technical reason I think the reason is to throw an exception which...
@reckart Please check the PR attached to #1706. I am a bit puzzled by this report, because you talk about `tycho-p2-repository:assemble-repository` in the headline, but in your description you also...
Indeed it happens only if an external (in this case non-retina) display is connected. If I use only the internal retina display it works correctly. Let's wait for Chrome to...
The API https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Parameter.html is available since Java 8 (no matter if `-parameters` is used or not). The only difference is that https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Parameter.html#isNamePresent-- returns `false` by default and https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Parameter.html#getName-- returns an...
@henrykuijpers Yes, but I tried to do https://github.com/apache/sling-org-apache-sling-models-impl/pull/46 first, which turned out to be more complex.
Introducing a new module was suggested in https://github.com/apache/maven/pull/645#issuecomment-1004330642, but I am fine with the original approach as well (impl in existing module).