locate all pom.xml files add mark merge confilct als resolved using ours
find . -type f -name 'pom.xml' | xargs grep -l '<<<<<<<' | xargs bash -c 'git checkout --ours $@ && git add $@' bash