X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=platform-logic%2Frestapi-templates%2Fpom.xml;h=aac134e725a794110fc7fca09b59dd4a78b1d2d1;hb=47896f4e1f334c317ef6e124028e4f8555a81f00;hp=37aff9d3ec27cd5fc91001587a8527495ffbe94c;hpb=c0682b82e7579a29e3fc3f942bb0582213f9468b;p=sdnc%2Foam.git diff --git a/platform-logic/restapi-templates/pom.xml b/platform-logic/restapi-templates/pom.xml index 37aff9d3..aac134e7 100644 --- a/platform-logic/restapi-templates/pom.xml +++ b/platform-logic/restapi-templates/pom.xml @@ -1,54 +1,69 @@ - 4.0.0 + 4.0.0 - - org.onap.sdnc.oam - platform-logic - 1.2.1-SNAPSHOT - + + org.onap.sdnc.oam + platform-logic + 2.1.0-SNAPSHOT + - platform-logic-restapi-templates - 1.2.1-SNAPSHOT - pom + org.onap.sdnc.oam + platform-logic-restapi-templates + 2.1.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/velocity + + **/*.vtl + + true + + + src/main/multipartfile + + **/*.* + + true + + + + + + + +