Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Correct data model installation directory (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Mar 4, 2024
1 parent a2b4eb3 commit 73f59fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/sd-template-jpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,8 @@ config:
- clone-data-models: git clone --depth 1 $(meta get parameters.data-models-repo-git.value) ../data-models
- load-maven-settings-xml: |
mkdir -p ~/.m2
cd ../ws
cd ../data-models
# https://stackoverflow.com/a/60023743/14312712
GROUP_ID=$(mvn org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate -Dexpression=project.groupId -q -DforceStdout)
ARTIFACT_ID=$(mvn org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate -Dexpression=project.artifactId -q -DforceStdout)
VERSION=$(mvn org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate -Dexpression=project.version -q -DforceStdout)
Expand Down

0 comments on commit 73f59fe

Please sign in to comment.