diff --git a/rpms/build/common/lookupRPM.sh b/rpms/build/common/lookupRPM.sh index b3a9d78f4b..d71517319a 100644 --- a/rpms/build/common/lookupRPM.sh +++ b/rpms/build/common/lookupRPM.sh @@ -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 diff --git a/rpms/build/x86_64/build.sh b/rpms/build/x86_64/build.sh index da139fe230..febb00d862 100644 --- a/rpms/build/x86_64/build.sh +++ b/rpms/build/x86_64/build.sh @@ -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"