From 4c53995dd9917f05b9558bb81aa33caf9e8f0f97 Mon Sep 17 00:00:00 2001 From: Kevin McKiou Date: Thu, 14 Sep 2017 12:31:02 -0500 Subject: Addition of Active-Standby Feature Patch 1: Adds the active-standby feature to drools-pdp. This feature provides the state control of the drools-pdp nodes controlling failover with a site and across sites. Patch 2: Resolve merge conflict in packages/install/pom.xml and pom.xml. Patch 3: Resolved comments from Pamela Dragosh and Jorge Hernandez. Issue-ID: POLICY-156 Change-Id: I922b3d5d8a464006e9675924bcbc7409d68c08d5 Signed-off-by: Kevin McKiou --- .../src/assembly/assemble_zip.xml | 76 ++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 feature-active-standby-management/src/assembly/assemble_zip.xml (limited to 'feature-active-standby-management/src/assembly') diff --git a/feature-active-standby-management/src/assembly/assemble_zip.xml b/feature-active-standby-management/src/assembly/assemble_zip.xml new file mode 100644 index 00000000..97b82ac2 --- /dev/null +++ b/feature-active-standby-management/src/assembly/assemble_zip.xml @@ -0,0 +1,76 @@ + + + + + + feature-active-standby-management + + zip + + + + false + + + + target + lib/feature + + feature-active-standby-management-${project.version}.jar + + + + target/assembly/lib + lib/dependencies + + *.jar + + + + src/main/feature/config + config + 0644 + + + + src/main/feature/bin + bin + 0744 + + + + src/main/feature/db + db + 0744 + + + + src/main/feature/install + install + 0744 + + + + -- cgit 1.2.3-korg