From 008cb11d22918f0bc22f6a1fc1aeb74ff88f5199 Mon Sep 17 00:00:00 2001 From: Terry Brady Date: Thu, 30 May 2024 15:01:20 -0700 Subject: [PATCH] build bom --- buildspec.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/buildspec.yml b/buildspec.yml index 61ce3ef..96b3c18 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -7,7 +7,9 @@ version: 0.2 phases: pre_build: commands: - - echo Hello + - git clone https://github.com/CDLUC3/mrt-core2.git + - cd mrt-core2 + - mvn clean install -f dep_core/mrt-core2/pom.xml -Pparent build: commands: - mvn install -Ddocker.skip -DskipITs -Dmaven.test.skip=true