Andres Almiray

Results 751 comments of Andres Almiray

The use of `!!` is to instruct the internal JReleaser MustacheFactory to let content pass through as it, which is similar to what you have with `{{{rawChangelog}}}` (using 3 braces...

I see. This would constitute a behavior chance with potential BC unless controlled by a flag (with new behavior disabled by default). Dependencies between steps as shown in the workflow...

I made some progress on this bu it's far from ideal ``` $ gm jreleaserRelease Using gradle at '/Users/aalmiray/tmp/app/gradlew' to run buildFile '/Users/aalmiray/tmp/app/build.gradle': > Task :compileJava UP-TO-DATE > Task :processResources...

I've seen this before. Maven fails to create an instance of a managed object that's supposed to be the value of a Map entry. When there's no match for a...

I think https://t.co/BxaUufzOVF is responsible for that logic. @mcculls is currently the one with indepth knowledge on this piece of code.— Robert Scholte (@rfscholte) December 2, 2022 I believe this...

Apparently the `inheritByDefault` Mojo setting is no longer supported since `3.0` 😓 https://maven.apache.org/developers/mojo-api-specification.html

Thanks. Sadly this won't work all the time for our use case 😢

> **After playing with jreleaser, I think we should keep the maven release plugin for now. It looks like the plugin is not able to release sources.** Hello there! I'm...

> Regarding your comment, from what I understand, I should use the maven assembly plugin to generate an archive containing the source code, and then use JReleaser and the ``...

Great! Let me know if you have any questions 😄