diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2022-09-02 12:00:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-09-02 12:00:13 +0000 |
commit | 3c29b33cb1f9398106921e5d9510c62c34cc7694 (patch) | |
tree | be5ff4746518584bb76e3105b2d233915bcc7115 /cps-ncmp-rest/pom.xml | |
parent | 99ac70ab25a0c650e7f1ded19fd48296adff7f73 (diff) | |
parent | bbaf501627a69707bd797c535750996a9dd205aa (diff) |
Merge "Implement merging all ncmp datastore endpoints into one"
Diffstat (limited to 'cps-ncmp-rest/pom.xml')
-rw-r--r-- | cps-ncmp-rest/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cps-ncmp-rest/pom.xml b/cps-ncmp-rest/pom.xml index 6a700c3e12..b3021d2410 100644 --- a/cps-ncmp-rest/pom.xml +++ b/cps-ncmp-rest/pom.xml @@ -185,7 +185,8 @@ <goal>copy-resources</goal> </goals> <configuration> - <outputDirectory>${project.basedir}/target/classes/static/api-docs/cps-ncmp</outputDirectory> + <outputDirectory>${project.basedir}/target/classes/static/api-docs/cps-ncmp + </outputDirectory> <resources> <resource> <directory>${project.basedir}/target/generated-sources/swagger/</directory> |