diff options
author | raviteja.karumuri <raviteja.karumuri@est.tech> | 2024-01-17 15:50:10 +0000 |
---|---|---|
committer | Fiete Ostkamp <fiete.ostkamp@telekom.de> | 2024-01-24 07:29:03 +0000 |
commit | 3e02f637311a0b1665e5959d5969008b06394732 (patch) | |
tree | 2c9bda7f3660aeb4fc8b83fbd2e9eab7b979de00 /a1-policy-management/pom.xml | |
parent | 7ae613e5469750773d32bf2e25361f6c73eb150f (diff) |
Updating API doc files
* Enabling overwrite in copy resources maven configuration
* Updated pms-api yaml and json files in docs/offered apis directory
Issue-ID: CCSDK-3982
Signed-off-by: Raviteja Karumuri <raviteja.karumuri@est.tech>
Change-Id: I4d35eb8877935e09873cd00cde77b3ac97804bc4
Diffstat (limited to 'a1-policy-management/pom.xml')
-rw-r--r-- | a1-policy-management/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/a1-policy-management/pom.xml b/a1-policy-management/pom.xml index 33a64226..c6e749c6 100644 --- a/a1-policy-management/pom.xml +++ b/a1-policy-management/pom.xml @@ -4,6 +4,7 @@ ~ ONAP : ccsdk oran ~ ================================================================================ ~ Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. + ~ Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved. ~ ================================================================================ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. @@ -360,7 +361,7 @@ <appName>ONAP CCSDK A1 Policy Management Service</appName> <infoUrl>https://wiki.onap.org/display/DW/O-RAN+A1+Policies+in+ONAP</infoUrl> <licenseInfo>Copyright (C) 2020-2023 Nordix Foundation. Licensed - under the Apache License.</licenseInfo> + under the Apache License, and Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved.</licenseInfo> <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl> </configOptions> </configuration> @@ -408,7 +409,7 @@ </goals> <configuration> <outputDirectory>${project.basedir}/../docs/offeredapis/swagger</outputDirectory> - <verbose>true</verbose> + <overwrite>true</overwrite> <resources> <resource> <directory>${project.basedir}/api</directory> |