X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=platform-logic%2Frestapi-templates%2Fpom.xml;h=074cb04c935f068a0654bf277170ac06de3053bb;hb=907ae4554256a7f01fe3b2ecd869dcd4dff6a01f;hp=37aff9d3ec27cd5fc91001587a8527495ffbe94c;hpb=ca2f8ad39af9591a98212a1a1ba77490594e2a1e;p=sdnc%2Foam.git diff --git a/platform-logic/restapi-templates/pom.xml b/platform-logic/restapi-templates/pom.xml index 37aff9d3..074cb04c 100644 --- a/platform-logic/restapi-templates/pom.xml +++ b/platform-logic/restapi-templates/pom.xml @@ -1,54 +1,63 @@ - 4.0.0 + 4.0.0 - - org.onap.sdnc.oam - platform-logic - 1.2.1-SNAPSHOT - + + org.onap.ccsdk.parent + odlparent-lite + 1.2.4 + + - platform-logic-restapi-templates - 1.2.1-SNAPSHOT - pom + org.onap.sdnc.oam + platform-logic-restapi-templates + 1.5.4-SNAPSHOT + pom - Platform Logic : REST API templates - Contains platform-level platform logic for REST API templates + sdnc-oam :: platform-logic :: ${project.artifactId} + Contains platform-level platform logic for REST API templates - - - - maven-resources-plugin - 2.6 - - - copy-version - - copy-resources - - validate - - ../target/restapi/templates - - - src/main/json - - *.json - - true - - - src/main/xml - - *.xml - - true - - - - - - - - + + + + maven-resources-plugin + 2.6 + + + copy-version + + copy-resources + + validate + + ../target/restapi/templates + + + src/main/json + + **/*.json + + true + + + src/main/xml + + **/*.xml + + true + + + src/main/multipartfile + + **/*.* + + true + + + + + + + +