diff options
author | andre.schmid <andre.schmid@est.tech> | 2021-05-14 20:38:45 +0100 |
---|---|---|
committer | Christophe Closset <christophe.closset@intl.att.com> | 2021-06-14 08:16:08 +0000 |
commit | c82aebcde26e34c4151531b4d7a8f6e7689734ba (patch) | |
tree | fe14e6fadded7f43f9e1634b89d1fb9358b44253 /catalog-be/pom.xml | |
parent | ab6a90df6444ef7282fe9de8fe8107641bf7082f (diff) |
Add models imports endpoint and persistence structure
Create the structure to persist the model imports.
Changed create model API, allowing to create a model along its TOSCA
descriptor import structure.
Introduced an endpoint to update the imports of a model.
Change-Id: Ic775ef544051c29c721cacc20b37c2fb20338be9
Issue-ID: SDC-3614
Signed-off-by: André Schmid <andre.schmid@est.tech>
Diffstat (limited to 'catalog-be/pom.xml')
-rw-r--r-- | catalog-be/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index 3f56c02afa..53af2c7b27 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -1221,8 +1221,7 @@ </outputDirectory> <resources> <resource> - <directory>${project.parent.basedir}/catalog-be/target - </directory> + <directory>${project.build.directory}</directory> <includes> <include>normatives.tar.gz</include> </includes> |