Skip to content

Commit

Permalink
Display Maven version information without stopping build (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored May 19, 2022
1 parent f2b64a7 commit ee3ab91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deb/publish/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function generateSite() {
# Remote ftparchive-merge
# https://github.com/kohsuke/apt-ftparchive-merge
pushd $D/binary
mvn org.kohsuke:apt-ftparchive-merge:1.6:merge -Durl="$DEB_URL/binary/" -Dout=../merged
mvn -V org.kohsuke:apt-ftparchive-merge:1.6:merge -Durl="$DEB_URL/binary/" -Dout=../merged
popd

# Local ftparchive-merge
Expand Down

0 comments on commit ee3ab91

Please sign in to comment.