Migrate Maven Verify job template
This patch uses the OpenDaylight Maven Verify job as the original base
and modifies it to be more generically used in global-jjb.
Changes from original template:
- Support overriding the default Gerrit Triggers.
- Use the mvn deploy goal rather than install goal. End result is the
same only the job copies artifacts to a staging directory in case we
need it.
- File paths can now be overrided in case a project wants to be more
specific on which files to build against.
Issue: RELENG-244
Change-Id: I52d05808f1f84fee37e41f68677136ee105ba48c
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>