Omaha #4582 Added Maven to support QPID build

Former-commit-id: 6ce24960c0d25e6045405e2ed0702a3bd37a0696
This commit is contained in:
David Lovely 2015-06-25 09:57:12 -05:00
parent 1bae3c767c
commit bb82cad883
2 changed files with 5 additions and 0 deletions

View file

@ -33,6 +33,10 @@ function lookupRPM()
# lookup the rpm.
# foss rpms -> python rpms.
if [ "${1}" = "awips2-maven" ]; then
export RPM_SPECIFICATION="${installer_dir}/maven-3.2.3/"
return 0
fi
if [ "${1}" = "awips2-python" ]; then
export RPM_SPECIFICATION="${installer_dir}/python-2.7.9/"
return 0

View file

@ -187,6 +187,7 @@ if [ "${1}" = "-rh6" ]; then
buildRPM "awips2-python-pygtk"
buildRPM "awips2-python-shapely"
buildRPM "awips2-ant"
buildRPM "awips2-maven"
buildRPM "awips2-tools"
buildRPM "awips2-postgres"
buildRPM "awips2-pgadmin3"