From c179f5bc233bf9aab82017236a65320679947c98 Mon Sep 17 00:00:00 2001 From: mtraneis Date: Thu, 11 Jun 2020 22:50:32 -0400 Subject: [PATCH] [maven-release-plugin] prepare release v0.0.4 --- pom.xml | 766 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 383 insertions(+), 383 deletions(-) diff --git a/pom.xml b/pom.xml index 9587ef27..31c19fb5 100644 --- a/pom.xml +++ b/pom.xml @@ -1,383 +1,383 @@ - - - 4.0.0 - org.folio - mod-audit - 0.0.4-SNAPSHOT - jar - - - - Apache License 2.0 - http://spdx.org/licenses/Apache-2.0 - - - - - UTF-8 - UTF-8 - 1.8 - 1.8 - ${basedir}/ramls - 30.0.2 - 3.9.0 - 3.2.0 - 4.12 - - - - - folio-nexus - FOLIO Maven repository - https://repository.folio.org/repository/maven-folio - - - - - - folio-nexus - FOLIO Release Repository - https://repository.folio.org/repository/maven-releases/ - false - default - - - folio-nexus - FOLIO Snapshot Repository - true - https://repository.folio.org/repository/maven-snapshots/ - default - - - - - https://github.com/folio-org/mod-audit - scm:git:git://github.com/folio-org/mod-audit - scm:git:git@github.com:folio-org/mod-audit.git - HEAD - - - - - org.folio - domain-models-runtime - ${rmb.version} - - - - io.rest-assured - rest-assured - ${rest-assured.version} - test - - - io.rest-assured - json-schema-validator - ${rest-assured.version} - test - - - junit - junit - ${junit.version} - test - - - io.vertx - vertx-unit - ${vertx.version} - test - - - - io.vertx - vertx-core - ${vertx.version} - - - io.vertx - vertx-web - ${vertx.version} - - - - - - - src/main/resources - true - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.8 - 1.8 - UTF-8 - - - - - org.codehaus.mojo - build-helper-maven-plugin - 3.0.0 - - - add_generated_sources_folder - - add-source - - initialize - - - ${project.build.directory}/generated-sources/raml-jaxrs - - - - - - - - org.codehaus.mojo - exec-maven-plugin - 1.5.0 - - - git submodule update - initialize - - git - - submodule - update - --init - --recursive - - - - exec - - - - generate_interfaces - generate-sources - - java - - - org.folio.rest.tools.GenerateRunner - - false - - - project.basedir - ${basedir} - - - raml_files - ${ramlfiles_path} - - - - - - - - - org.codehaus.mojo - aspectj-maven-plugin - 1.9 - - true - false - 1.8 - - **/impl/*.java - **/*.aj - - src/main/java/org/folio/rest/annotations - true - true - - - org.folio - domain-models-api-aspects - - - - - - - compile - - - - - - org.aspectj - aspectjrt - 1.8.9 - - - org.aspectj - aspectjtools - 1.8.9 - - - - - - org.apache.maven.plugins - maven-resources-plugin - 3.0.1 - - - copy-resources - prepare-package - - copy-resources - - - ${basedir}/target/classes/apidocs/raml - - - ${ramlfiles_path} - true - - - - - - filter-descriptor-inputs - generate-resources - - copy-resources - - - ${project.build.directory} - - - ${basedir}/descriptors - *Descriptor*-template.json - true - - - - - - - - - com.coderplus.maven.plugins - copy-rename-maven-plugin - 1.0 - - - rename-descriptor-outputs - generate-resources - - rename - - - - - ${project.build.directory}/ModuleDescriptor-template.json - ${project.build.directory}/ModuleDescriptor.json - - - ${project.build.directory}/DeploymentDescriptor-template.json - ${project.build.directory}/DeploymentDescriptor.json - - - - - - - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.8 - - - prepare-package - - - - - - - - - - - - run - - - - - - - org.apache.maven.plugins - maven-shade-plugin - 2.4 - - - package - - shade - - - - - - org.folio.rest.RestLauncher - org.folio.rest.RestVerticle - - - - - ${project.build.directory}/${project.artifactId}-fat.jar - - - - - - - - org.apache.maven.plugins - maven-release-plugin - 2.5.3 - - clean verify - v@{project.version} - false - true - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.22.1 - - - false - - - - - - - + + + 4.0.0 + org.folio + mod-audit + 0.0.4 + jar + + + + Apache License 2.0 + http://spdx.org/licenses/Apache-2.0 + + + + + UTF-8 + UTF-8 + 1.8 + 1.8 + ${basedir}/ramls + 30.0.2 + 3.9.0 + 3.2.0 + 4.12 + + + + + folio-nexus + FOLIO Maven repository + https://repository.folio.org/repository/maven-folio + + + + + + folio-nexus + FOLIO Release Repository + https://repository.folio.org/repository/maven-releases/ + false + default + + + folio-nexus + FOLIO Snapshot Repository + true + https://repository.folio.org/repository/maven-snapshots/ + default + + + + + https://github.com/folio-org/mod-audit + scm:git:git://github.com/folio-org/mod-audit + scm:git:git@github.com:folio-org/mod-audit.git + v0.0.4 + + + + + org.folio + domain-models-runtime + ${rmb.version} + + + + io.rest-assured + rest-assured + ${rest-assured.version} + test + + + io.rest-assured + json-schema-validator + ${rest-assured.version} + test + + + junit + junit + ${junit.version} + test + + + io.vertx + vertx-unit + ${vertx.version} + test + + + + io.vertx + vertx-core + ${vertx.version} + + + io.vertx + vertx-web + ${vertx.version} + + + + + + + src/main/resources + true + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.8 + 1.8 + UTF-8 + + + + + org.codehaus.mojo + build-helper-maven-plugin + 3.0.0 + + + add_generated_sources_folder + + add-source + + initialize + + + ${project.build.directory}/generated-sources/raml-jaxrs + + + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.5.0 + + + git submodule update + initialize + + git + + submodule + update + --init + --recursive + + + + exec + + + + generate_interfaces + generate-sources + + java + + + org.folio.rest.tools.GenerateRunner + + false + + + project.basedir + ${basedir} + + + raml_files + ${ramlfiles_path} + + + + + + + + + org.codehaus.mojo + aspectj-maven-plugin + 1.9 + + true + false + 1.8 + + **/impl/*.java + **/*.aj + + src/main/java/org/folio/rest/annotations + true + true + + + org.folio + domain-models-api-aspects + + + + + + + compile + + + + + + org.aspectj + aspectjrt + 1.8.9 + + + org.aspectj + aspectjtools + 1.8.9 + + + + + + org.apache.maven.plugins + maven-resources-plugin + 3.0.1 + + + copy-resources + prepare-package + + copy-resources + + + ${basedir}/target/classes/apidocs/raml + + + ${ramlfiles_path} + true + + + + + + filter-descriptor-inputs + generate-resources + + copy-resources + + + ${project.build.directory} + + + ${basedir}/descriptors + *Descriptor*-template.json + true + + + + + + + + + com.coderplus.maven.plugins + copy-rename-maven-plugin + 1.0 + + + rename-descriptor-outputs + generate-resources + + rename + + + + + ${project.build.directory}/ModuleDescriptor-template.json + ${project.build.directory}/ModuleDescriptor.json + + + ${project.build.directory}/DeploymentDescriptor-template.json + ${project.build.directory}/DeploymentDescriptor.json + + + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.8 + + + prepare-package + + + + + + + + + + + + run + + + + + + + org.apache.maven.plugins + maven-shade-plugin + 2.4 + + + package + + shade + + + + + + org.folio.rest.RestLauncher + org.folio.rest.RestVerticle + + + + + ${project.build.directory}/${project.artifactId}-fat.jar + + + + + + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + clean verify + v@{project.version} + false + true + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.1 + + + false + + + + + + +