diff options
author | raviteja.karumuri <raviteja.karumuri@est.tech> | 2024-01-17 16:13:17 +0000 |
---|---|---|
committer | Fiete Ostkamp <fiete.ostkamp@telekom.de> | 2024-01-24 07:29:28 +0000 |
commit | 60f10651e91a33e2980d190160e6371cb3ba3515 (patch) | |
tree | e3ef75a55a314331c6b3080cbc0e90f103e50d35 /a1-policy-management | |
parent | cdf16a88b4e68eaa6541d7077c468a6a06d7063f (diff) |
Updating API doc files for Montreal Branch
* Enabling overwrite in copy resources maven configuration
* Updated pms-api yaml and json files in docs/offered apis directory
Issue-ID: CCSDK-3983
Signed-off-by: Raviteja Karumuri <raviteja.karumuri@est.tech>
Change-Id: I9859eacae325eb3481afb3ba3bd95c96e8f7c36e
Diffstat (limited to 'a1-policy-management')
-rw-r--r-- | a1-policy-management/pom.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/a1-policy-management/pom.xml b/a1-policy-management/pom.xml index 8308f0a0..bd85f164 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,8 @@ <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 +410,7 @@ </goals> <configuration> <outputDirectory>${project.basedir}/../docs/offeredapis/swagger</outputDirectory> - <verbose>true</verbose> + <overwrite>true</overwrite> <resources> <resource> <directory>${project.basedir}/api</directory> |