commit | 3aaa7d49cbae59e14cedc26f09c7f2b216725cfe | [log] [tgz] |
---|---|---|
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | Fri Feb 24 12:51:11 2017 -0800 |
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | Fri Feb 24 12:51:11 2017 -0800 |
tree | 7a8cbb61b7fa7d3484d1861f4d8d859785bb7f36 | |
parent | e24658853e35cb730c21dd85e68b532aa0a88073 [diff] |
Force maven to install in java jobs using scripts The *version2* java jobs execute scripts that need ${MVN} to actually operate properly. As these scripts are happening before the standard maven build step maven is not installed yet. Ergo, we need an empty maven build step that makes sure that it's installed. Change-Id: I5a0979fdffa87f695b1bc575e24b04097889ea59 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>