Skip to content

Commit

Permalink
[maven] Fix maven snapshot deployment for Hadoop2 profile.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmetzger committed Mar 29, 2015
1 parent c9519c8 commit 1c1562a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/deploy_to_maven.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ if [[ $TRAVIS_PULL_REQUEST == "false" ]] ; then
if [[ $TRAVIS_JOB_NUMBER == *4 ]] && [[ $TRAVIS_PULL_REQUEST == "false" ]] && [[ $CURRENT_FLINK_VERSION == *SNAPSHOT* ]] ; then
# deploy hadoop v2 (yarn)
echo "deploy standard version (hadoop2)"
mvn -B -DskipTests -Pdocs-and-source -Drat.ignoreErrors=true deploy --settings deploysettings.xml;
mvn -B -DskipTests -Pdocs-and-source -Drat.ignoreErrors=true clean deploy --settings deploysettings.xml;
fi

# The block below took care of deploying javadoc to github.io. We now host the javadocs on the website.
Expand Down

0 comments on commit 1c1562a

Please sign in to comment.