X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=example%2Fpom.xml;h=401d4bec36666842109ce1b2768ffa41ec0ed91c;hb=refs%2Fheads%2Fmaster;hp=1432950e47ceb99b4b01a0564183f83ecba0cc77;hpb=aea8b935854fda34d7d63a5b86bf32ef38f385ee;p=msb%2Fjava-sdk.git diff --git a/example/pom.xml b/example/pom.xml index 1432950..401d4be 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -1,40 +1,107 @@ - 4.0.0 - - org.onap.oparent - oparent - 1.0.0-SNAPSHOT - - - org.onap.msb.java-sdk - msb-java-sdk-example - msb-java-sdk-example - 1.0.0-SNAPSHOT - jar + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 - + org.onap.msb.java-sdk + msb-java-sdk-example + msb-java-sdk-example + 1.2.0-SNAPSHOT + jar + + org.onap.msb.java-sdk - msb-java-sdk - 1.0.0-SNAPSHOT - - - io.dropwizard - dropwizard-core - 0.8.0 - - - - - - maven-compiler-plugin - - 1.8 - 1.8 - - - - + msb-java-sdk + 1.2.5 + + + io.dropwizard + dropwizard-core + 1.2.4 + + + + + + maven-compiler-plugin + + 1.8 + 1.8 + + + + + org.codehaus.mojo + properties-maven-plugin + 1.0.0 + + + initialize + + read-project-properties + + + + ${basedir}/src/main/resources/swagger.properties + + + + + + + com.github.kongchen + swagger-maven-plugin + 3.1.4 + + + + ${api-rest-package} + http,https + ${api-host-ip}:${api-host-port} + ${api-base-path} + + ${api-title} + ${api-version} + ${api-description} + + ${api-license} + + + ${basedir}/src/main/resources + + + + + + compile + + generate + + + + + + org.apache.maven.plugins + maven-install-plugin + 2.3.1 + + + install-file-id + install + + install-file + + + ${basedir}/src/main/resources/swagger.json + ${project.groupId} + ${project.artifactId}-swagger-schema + ${project.version} + json + + + + + +