Bengt Brodersen

Results 144 comments of Bengt Brodersen

and for magic keyboards as well cause the dont have a touchbar

@MartinHaeusler easiest way is to sort list first and then do you assertions in expected order

have look at fzf and zsh integration

Hi, thanks for reporting this behaviour. Could you provide a minimal project to reproduce this bug?

I can't reproduce the warning. ##### My setup * Apache Maven 3.8.4 * maven-git-versioning-extension 7.3.0 * maven-enforcer-plugin 3.0.0 * enforce-managed-deps-rule 1.3 * pom file: ```xml 4.0.0 test test-artifact 0.0.0-SNAPSHOT maven-enforcer-plugin...

I"m able to reproduce the bug, thanks a lot. I found the root cause already, however I still try to figuring out how to work around that.

I have two simple workarounds so far: * set enforcer face to `initialize` * or exclude extension plugin ```xml me.qoomon:maven-git-versioning-extension ```

I think I was able to fix it. The fix is already on `master` branch. Feel free to test it. I'll release a fixed version tomorrow.

@delanym > Is it possible for the extension to > * not write intermediate pom files to disk yes and no :) An `.git-versioned.pom.xml` will be created always. The original...

Out of curiosity, what do you need git.worktree for?