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

Commit

Permalink
TSK-801 Add non recursive option to prevent release children modules
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelMartinRojas authored and holgerhagen committed Mar 4, 2019
1 parent 1967f16 commit 8d0151e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function decodeAndImportKeys {
# $2: profile name
# $3: settings file (dir)
function release {
mvn deploy -f "$1" -P "$2" --settings "$3" -DskipTests=true -B -U
mvn deploy -f "$1" -P "$2" --settings "$3" -DskipTests=true -B -U --non-recursive
}

# changing version in pom and all its children
Expand Down

0 comments on commit 8d0151e

Please sign in to comment.