Skip to content
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.

Commit

Permalink
Remove -X flag as optional arg to maven
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Gershman committed Dec 27, 2017
1 parent aff0f7b commit e48529b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion generic-maven-semver-cache/task.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ version=$(cat version/version)
cd project

args="-Drevision=$version"
[ 'true' = "${DEBUG:-}" ] && args="$args -X"
[ -n "$MAVEN_PROJECTS" ] && args="$args --projects $MAVEN_PROJECTS"
[ -n "$MAVEN_REPO_MIRROR" ] && args="$args -Drepository.url=$MAVEN_REPO_MIRROR";
[ -n "$MAVEN_REPO_USERNAME" ] && args="$args -Drepository.username=$MAVEN_REPO_USERNAME";
Expand Down
2 changes: 1 addition & 1 deletion generic-maven-semver-cache/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ params:
MAVEN_REPO_USERNAME:
MAVEN_REPO_PASSWORD:
MAVEN_REPO_CACHE_ENABLE: false # set this to true in your pipeline to cache your repo on the worker
DEBUG: false # WARNING: debug will expose maven username/password credentials in the task output on Concourse
DEBUG: false # WARNING: debug may expose maven username/password credentials in the task output on Concourse

inputs:
- name: pipeline-tasks
Expand Down

0 comments on commit e48529b

Please sign in to comment.