Skip to content

Commit 2c0294b

Browse files
author
Guillaume Scheibel
authored
Activate release profile when deploying
1 parent 0162d8f commit 2c0294b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ else
2323
echo "no travis tag is set, hence keeping the snapshot version in pom.xml"
2424
fi
2525

26-
mvn clean deploy --settings .travis/settings.xml -Dgpg.skip=$SKIP_GPG_SIGN -DskipTests=true -B -U
26+
mvn clean deploy --settings .travis/settings.xml -Dgpg.skip=$SKIP_GPG_SIGN -DskipTests=true -Prelease -B -U
2727

2828
echo "successfully deployed the jars to nexus"

0 commit comments

Comments
 (0)