Delany

Results 118 comments of Delany

The formatting file is often bundled into a JAR for use by formatter-maven-plugin, i.e. https://code.revelc.net/formatter-maven-plugin/examples.html#custom-configuration-file Would be handy if this plugin could handle a URI

I can mock with v5.6.0 on jdk17 but not jdk21

@NicolasCharczewskiWellsky i'm sticking to a lower JDK until Mockito folks figure out this inline stuff https://github.com/mockito/mockito/issues/2952

@JohT use pluginManagement to configure the plugin without necessarily executing it (no need to skip) @tomasbjerre I don't know what's changed, but the behaviour since 1.64 is still the same:...

@JohT I failed to build your showcase-quarkus-eventsourcing repo. Do you still need to run changelog:changelog outside the default lifecycle?

@JohT the jasmine-maven-plugin is failing with ``` Auto configuration failed 140627168524224:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:185:filename(libproviders.so): libproviders.so: cannot open shared object file: No such file or directory 140627168524224:error:25070067:DSO...

With Maven wrapper I have to choose either mvn or mvnd. I don't want to force users either way.

mvnd requires at least another 1Gb of always-on memory

I wonder how I ever got this to work? The project Im trying to agnosticize happens to be the one with the unconventional parent-child layout. Bare in mind one can...