X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=platform-logic%2Frestapi-templates%2Fpom.xml;h=69555cfceacd18a0265108b3e786a4aa5ea3e60b;hb=refs%2Ftags%2F1.7.4;hp=37aff9d3ec27cd5fc91001587a8527495ffbe94c;hpb=598c74334c8403f14bbe2a25c18e3a286dbd9e35;p=sdnc%2Foam.git diff --git a/platform-logic/restapi-templates/pom.xml b/platform-logic/restapi-templates/pom.xml index 37aff9d3..69555cfc 100644 --- a/platform-logic/restapi-templates/pom.xml +++ b/platform-logic/restapi-templates/pom.xml @@ -1,54 +1,70 @@ - 4.0.0 + 4.0.0 - - org.onap.sdnc.oam - platform-logic - 1.2.1-SNAPSHOT - + + org.onap.ccsdk.parent + odlparent-lite + 1.4.3 + + - platform-logic-restapi-templates - 1.2.1-SNAPSHOT - pom + org.onap.sdnc.oam + platform-logic-restapi-templates + 1.7.4 + 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/velocity + + **/*.vtl + + true + + + src/main/multipartfile + + **/*.* + + true + + + + + + + +