Files
qqq/qqq-dev-tools/bin/resolve-pom-conflicts.sh
2023-01-04 22:20:38 -06:00

9 lines
381 B
Bash
Executable File

#!/bin/bash
############################################################################
## resolve-pom-conflicts.sh
## Tries to automatically resove pom conflicts by putting SNAPSHOT back
############################################################################
gsed "/Updated upstream/,/=======/d" pom.xml | gsed "/Stashed/d" > /tmp/temp-pom.xml
mv /tmp/temp-pom.xml pom.xml