From fce68dfda3971cb9a4615d82c94487c021b11c9a Mon Sep 17 00:00:00 2001 From: Roy Wetherall Date: Fri, 9 Nov 2012 14:10:42 +0000 Subject: [PATCH] RM: add -force parameter to build scripts git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.0@43482 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0a74e04740..7994f02eee 100644 --- a/build.gradle +++ b/build.gradle @@ -301,7 +301,7 @@ subprojects { mmt = new org.alfresco.repo.module.tool.ModuleManagementTool() mmt.setVerbose(true) - mmt.installModule(ampFileLocation.getPath(), warFileLocation.getPath(), false, false, false) + mmt.installModule(ampFileLocation.getPath(), warFileLocation.getPath(), false, true, false) } task cleanDeploy(type: Delete) {