diff --git a/logger/pom.xml b/logger/pom.xml index ee53cd9..d705ad0 100644 --- a/logger/pom.xml +++ b/logger/pom.xml @@ -32,4 +32,145 @@ + + + internal.repo + Temporary Staging Repository + file://${project.build.directory}/mvn-repo + + + + + feign-normalized-logger + + + + + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + com.amashchenko.maven.plugin + gitflow-maven-plugin + ${gitflow-maven-plugin.version} + + false + + develop + + true + 2 + + + + + + + + + release + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + verify + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-deploy-plugin + ${maven-deploy-plugin.version} + + true + + + + org.sonatype.plugins + nexus-staging-maven-plugin + ${nexus-staging-maven-plugin.version} + true + + + default-deploy + deploy + + deploy + + + + + ossrh + ${nexus.url} + true + + + + org.apache.maven.plugins + maven-gpg-plugin + ${maven-gpg-plugin.version} + + + sign-artifacts + verify + + sign + + + + + + + + + + ossrh + ${nexus.url}/content/repositories/snapshots + + + ossrh + ${nexus.url}/service/local/staging/deploy/maven2/ + + + + + + jcenter + JCenter + https://jcenter.bintray.com/ + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 20cf963..dad775b 100644 --- a/pom.xml +++ b/pom.xml @@ -73,146 +73,4 @@ https://github.com/bvn13/OpenFeign-NormalizedLogger.git - - - - internal.repo - Temporary Staging Repository - file://${project.build.directory}/mvn-repo - - - - - feign-normalized-logger - - - - - maven-source-plugin - - - attach-sources - - jar-no-fork - - - - - - maven-surefire-plugin - ${maven-surefire-plugin.version} - - - com.amashchenko.maven.plugin - gitflow-maven-plugin - ${gitflow-maven-plugin.version} - - false - - develop - - true - 2 - - - - - - - - - release - - - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - verify - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - attach-javadocs - - jar - - - - - - org.apache.maven.plugins - maven-deploy-plugin - ${maven-deploy-plugin.version} - - true - - - - org.sonatype.plugins - nexus-staging-maven-plugin - ${nexus-staging-maven-plugin.version} - true - - - default-deploy - deploy - - deploy - - - - - ossrh - ${nexus.url} - true - - - - org.apache.maven.plugins - maven-gpg-plugin - ${maven-gpg-plugin.version} - - - sign-artifacts - verify - - sign - - - - - - - - - - ossrh - ${nexus.url}/content/repositories/snapshots - - - ossrh - ${nexus.url}/service/local/staging/deploy/maven2/ - - - - - - jcenter - JCenter - https://jcenter.bintray.com/ - - - - - \ No newline at end of file