Browse Source

Update mvnw to determine profile on mac and linux

pull/6/head
Spencer Gibb 9 years ago
parent
commit
951758ef30
  1. 2
      mvnw

2
mvnw vendored

@ -46,7 +46,7 @@ if [ -z "$MAVEN_SKIP_RC" ] ; then @@ -46,7 +46,7 @@ if [ -z "$MAVEN_SKIP_RC" ] ; then
fi
VERSION=$(sed `dirname $0`/pom.xml -e '/<parent/,+4d' | grep '<version' | head -1 | sed -e 's/.*>\(.*\)<.*/\1/')
VERSION=$(awk '/<parent/ {l=4}; (l-- > 0) {$0=$0} 1' `dirname $0`/pom.xml| grep '<version' | head -1 | sed -e 's/.*>\(.*\)<.*/\1/')
if echo $VERSION | egrep -q 'M|RC'; then
echo Activating \"milestone\" profile for version=\"$VERSION\"
echo $MAVEN_ARGS | grep -q milestone || MAVEN_ARGS="$MAVEN_ARGS -Pmilestone"

Loading…
Cancel
Save