Merge "Exclude pom in archetype resources from version replacement"

This commit is contained in:
Shawn Pearce
2012-07-31 09:30:36 -07:00
committed by gerrit code review

View File

@@ -6,7 +6,7 @@
# Java based Maven plugin so its fully portable.
#
POM_FILES=$(git ls-files | grep pom.xml)
POM_FILES=$(git ls-files | grep pom.xml | grep -v gerrit-plugin-archetype/src/main/resources/archetype-resources/pom.xml)
case "$1" in
--snapshot=*)