From 9431b09af81c0974f7d13928fe4b7eb09a61d49c Mon Sep 17 00:00:00 2001 From: Mark Rogers Date: Tue, 15 Mar 2016 11:32:10 +0000 Subject: [PATCH] Merged WOLF-6 (WOLF.0.0) to 5.1.1 (5.1.1) 122186 mrogers: UTF-380 Now should update both source and target instances of alfresco. (They are both the same but that should allow us to progress with building the rest of build.) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/services/full-installer/branches/5.1.1@123983 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- enterprise-update-test/pom.xml | 79 ++++++++++++++++++++++++++++------ 1 file changed, 65 insertions(+), 14 deletions(-) diff --git a/enterprise-update-test/pom.xml b/enterprise-update-test/pom.xml index 278d469fe8..0da3087454 100644 --- a/enterprise-update-test/pom.xml +++ b/enterprise-update-test/pom.xml @@ -10,15 +10,27 @@ pom - - - + + + 5.1.0 - - - - ${project.build.directory}/dependency/alfresco-enterprise-update-package-${project.version} + https://nightlybuilds.alfresco.com/Enterprise-5.1/5.1/LATEST/ALL/alfresco-one-installer-20160203-SNAPSHOT-664-linux-x64.bin + https://nightlybuilds.alfresco.com/Enterprise-5.1/5.1/LATEST/ALL/alfresco-one-installer-20160203-SNAPSHOT-664-linux-x64.bin + + + ${project.build.directory}/test-data/base-alf-installation + ${project.build.directory}/test-data/update-alf-installation + + + --mode unattended --alfresco_admin_password admin --jdbc_username alfresco --jdbc_password alfresco + --tomcat_server_domain ${HOSTNAME} + --enable-components javaalfresco,postgres,libreofficecomponent,alfrescosolr,alfrescosolr4,aosmodule,alfrescowcmqs,alfrescogoogledocs + --alfrescocustomstack_services_startup demand + + + ${project.build.directory}/dependency/alfresco-enterprise-update-package-${project.version} @@ -62,7 +74,8 @@ - + maven-antrun-plugin @@ -76,6 +89,15 @@ + + + + + + + + + @@ -85,17 +107,46 @@ location="${basedir}/target/base-alf-installer.bin" /> Downloading Base Alfresco installer to ${base.installer.location}... - + + + + - - Installing The Base Versoion of Alfresco... + + + + + + + + + Downloading This Alfresco installer to + ${this.installer.location}... + + + + + + + + Installing The base Version of Alfresco... to + ${base.alfresco.instance} + line="${installer.args} --prefix ${base.alfresco.instance} " /> + + + Installing This Version of Alfresco... to + ${update.alfresco.instance} + +