X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=rapp-manager-sme%2Fpom.xml;h=dd877d202083f3b1a6e6506eb33cbb962b12da1e;hb=bd79b2498551ac511b56384d99414ff2aec52296;hp=5e0e21cf69154f559b9d2e73df5010b4cd7c562f;hpb=c7d8cf916237078ed0c862ee1335cc60152c4d81;p=nonrtric%2Fplt%2Frappmanager.git diff --git a/rapp-manager-sme/pom.xml b/rapp-manager-sme/pom.xml index 5e0e21c..dd877d2 100755 --- a/rapp-manager-sme/pom.xml +++ b/rapp-manager-sme/pom.xml @@ -4,6 +4,7 @@ * O-RAN-SC * %% * Copyright (C) 2023 Nordix Foundation +* Copyright (C) 2023-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. @@ -25,7 +26,7 @@ org.o-ran-sc.nonrtric.plt rappmanager - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT org.o-ran-sc.nonrtric.plt.rappmanager @@ -37,34 +38,6 @@ UTF-8 - - - - Windows - - - Windows - - - - .bat - \ - - - - unix - - - unix - - - - .sh - / - - - - org.o-ran-sc.nonrtric.plt.rappmanager @@ -123,14 +96,46 @@ initialize-sme-openapi-specs - initialize + generate-sources exec + + ${project.parent.basedir}/sme/capifcore + - ..${file.separator}scripts${file.separator}init${file.separator}init-sme-spec${script.extension} + go + + run + getsmeswagger.go + + + + + + + maven-resources-plugin + ${copy-resources-maven-plugin.version} + + + copy-swagger-generator + initialize + + copy-resources + + + ${project.parent.basedir}/sme/capifcore + + + ${project.parent.basedir}/scripts/init/ + + getsmeswagger.go + + false + + @@ -147,7 +152,7 @@ - ${project.basedir}/src/main/resources/openapi/TS29222_CAPIF_API_Provider_Management_API.yaml + ${project.parent.basedir}/openapi/sme/TS29222_CAPIF_API_Provider_Management_API.yaml java resttemplate @@ -176,7 +181,7 @@ - ${project.basedir}/src/main/resources/openapi/TS29222_CAPIF_Publish_Service_API.yaml + ${project.parent.basedir}/openapi/sme/TS29222_CAPIF_Publish_Service_API.yaml java resttemplate @@ -205,7 +210,7 @@ - ${project.basedir}/src/main/resources/openapi/TS29222_CAPIF_API_Invoker_Management_API.yaml + ${project.parent.basedir}/openapi/sme/TS29222_CAPIF_API_Invoker_Management_API.yaml java resttemplate