From bf2bea4aaee161d82c8093f8b723f0fd9b57a115 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Fri, 23 Apr 2021 13:02:22 -0400 Subject: Refactor GRA to separate docker creation from application code Refactor GRA so that application jar is created in a separate maven module from the docker build. Issue-ID: SDNC-1527 Change-Id: I4a9af7fe4df14faaf683588bc2567fcc3346886e Signed-off-by: Dan Timoney --- ms/gra/pom.xml | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 ms/gra/pom.xml (limited to 'ms/gra/pom.xml') diff --git a/ms/gra/pom.xml b/ms/gra/pom.xml new file mode 100644 index 0000000..8a421db --- /dev/null +++ b/ms/gra/pom.xml @@ -0,0 +1,54 @@ + + + + + 4.0.0 + + + org.onap.sdnc.apps + sdnc-apps-ms + 2.1.0-SNAPSHOT + + + gra + 2.1.0-SNAPSHOT + pom + + sdnc-apps :: ms :: ${project.artifactId} + Generic Resource API microservice + + + 2.1.21 + 1.2.0-SNAPSHOT + 1.1-STAGING-latest + 2.2.0-SNAPSHOT + 2.2.0-SNAPSHOT + testdb + itsASecret + testdb + test123 + + + + gra-app + gra-docker + + -- cgit 1.2.3-korg