X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=platform-logic%2Frestapi-templates%2Fpom.xml;h=824297a2254c54f5bfab536f9fa04c9915b189a3;hb=3d54c9ad35ef5e7a4b13948e718a4ad2830cbb04;hp=37aff9d3ec27cd5fc91001587a8527495ffbe94c;hpb=c0eb3029f02d194efb49ecf2825beed244376d17;p=sdnc%2Foam.git diff --git a/platform-logic/restapi-templates/pom.xml b/platform-logic/restapi-templates/pom.xml index 37aff9d3..824297a2 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.3.1-SNAPSHOT + + - platform-logic-restapi-templates - 1.2.1-SNAPSHOT - pom + org.onap.sdnc.oam + platform-logic-restapi-templates + 1.6.0-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 + + + + + + + +