Juan Hernandez has uploaded a new change for review. Change subject: packaging: Use POM_VERSION to locate artifacts ......................................................................
packaging: Use POM_VERSION to locate artifacts We currently use APP_VERSION to locate artifacts in the directory where they are deployed during the build, but this doesn't work if APP_VERSION is different to the version specified in the root POM. Change-Id: I6b780190ccb2c71b40f43f4697cd04c061fca9ad Signed-off-by: Juan Hernandez <[email protected]> --- M Makefile 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/41/12941/1 diff --git a/Makefile b/Makefile index dfef8cf..2c825ca 100644 --- a/Makefile +++ b/Makefile @@ -385,7 +385,7 @@ # Uncompress and install the contents of the modules archives to # the directory containing engine modules: - find "$(MAVEN_OUTPUT_DIR)" -name "*-$(APP_VERSION)*-modules.zip" -exec unzip {} -d "$(DESTDIR)$(PKG_JBOSS_MODULES)" \; + find "$(MAVEN_OUTPUT_DIR)" -name "*-$(POM_VERSION)*-modules.zip" -exec unzip {} -d "$(DESTDIR)$(PKG_JBOSS_MODULES)" \; install_service: @echo "*** Deploying service" -- To view, visit http://gerrit.ovirt.org/12941 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6b780190ccb2c71b40f43f4697cd04c061fca9ad Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: engine_3.2 Gerrit-Owner: Juan Hernandez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
