From a7015b70e2029d3d1d476ded447160e890c92cab Mon Sep 17 00:00:00 2001
From: Spencer Sutton <spencerpsutton@yahoo.com>
Date: Fri, 9 Apr 2021 12:26:49 -0500
Subject: [PATCH] Ignoring azure's module on mvn install

---
 provider/legal-aws/build-aws/buildspec.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/provider/legal-aws/build-aws/buildspec.yaml b/provider/legal-aws/build-aws/buildspec.yaml
index e4071081c..73d8f9993 100644
--- a/provider/legal-aws/build-aws/buildspec.yaml
+++ b/provider/legal-aws/build-aws/buildspec.yaml
@@ -60,7 +60,7 @@ phases:
       - printenv
 
       - echo "Building primary service assemblies..."
-      - mvn -ntp -B test install -pl legal-core,provider/legal-aws -Ddeployment.environment=prod
+      - mvn -ntp -B test install -pl legal-core,provider/legal-aws,'!provider/legal-azure' -Ddeployment.environment=prod
 
 #      Suspended until further notice
 #      - echo "Copying assemblies to dist..."
-- 
GitLab