pomutils icon indicating copy to clipboard operation
pomutils copied to clipboard

This library is for making the day easier while using git and maven. It solves the pain of merging pom's!

Results 4 pomutils issues
Sort by recently updated
recently updated
newest added

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.yaml:snakeyaml&package-manager=maven&previous-version=1.26&new-version=1.32)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....

dependencies

If we have the scenario as follows: - Base {A = 1, B = 1} - BranchX {A = 2, B = 1} - BranchY {A = 1, B =...

First of all, thank you for this awesome project! We are using it for a quite a bit. It works flowerless with the exception of just one issue: If we...

Speficy --expandtab={count-of-space} to replace all indentation tabs with specified amount of spaces prior to the git merge. Note: this is just a subset of the git's -Xignore-all-space functionality. Misalignment after...