Files
qqq/qqq-dev-tools/bin/resolve-pom-conflicts.sh

9 lines
342 B
Bash
Executable File

#!/bin/bash
############################################################################
## resolve-pom-conflicts.sh
## Tries to automatically resove pom conflicts by putting SNAPSHOT back
############################################################################
gsed -i "/Updated upstream/,/=======/d;/Stashed/d" pom.xml
git add pom.xml