diff --git a/pom.xml b/pom.xml index d58f944c6..e0a979430 100644 --- a/pom.xml +++ b/pom.xml @@ -587,6 +587,12 @@ 1.1.0 + + org.jfrog.buildinfo + artifactory-maven-plugin + 3.4.0 + + @@ -611,13 +617,27 @@ + + + snapshot + + + + spring-libs-snapshot + Spring Snapshot Repository + https://repo.spring.io/libs-snapshot-local + + + + + milestone - repo.spring.io + spring-libs-milestone Spring Milestone Repository https://repo.spring.io/libs-milestone-local @@ -802,6 +822,63 @@ + + + + artifactory + + + + + + + + + + org.jfrog.buildinfo + artifactory-maven-plugin + 3.4.0 + + + build-info + + publish + + + + false + + + {{artifactory.server}} + {{artifactory.username}} + {{artifactory.password}} + {{artifactory.staging-repository}} + {{artifactory.staging-repository}} + + + {{artifactory.build-name}} + {{artifactory.build-number}} + {{BUILD_URL}} + + + + + + + + + + + + + org.jfrog.buildinfo + artifactory-maven-plugin + + + + + + diff --git a/spring-vault-dependencies/pom.xml b/spring-vault-dependencies/pom.xml index b20f470e9..e04165ef5 100644 --- a/spring-vault-dependencies/pom.xml +++ b/spring-vault-dependencies/pom.xml @@ -221,13 +221,27 @@ + + + snapshot + + + + spring-libs-snapshot + Spring Snapshot Repository + https://repo.spring.io/libs-snapshot-local + + + + + milestone - repo.spring.io + spring-libs-milestone Spring Milestone Repository https://repo.spring.io/libs-milestone-local @@ -283,6 +297,98 @@ + + + + artifactory + + + + + + + + + + org.jfrog.buildinfo + artifactory-maven-plugin + 3.4.0 + + + build-info + + publish + + + + false + + + {{artifactory.server}} + {{artifactory.username}} + {{artifactory.password}} + {{artifactory.staging-repository}} + {{artifactory.staging-repository}} + + + {{artifactory.build-name}} + {{artifactory.build-number}} + {{BUILD_URL}} + + + + + + + + + + + + + org.jfrog.buildinfo + artifactory-maven-plugin + + + + + + + + release + + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.1.0 + + + enforce-no-third-party-snapshots + + enforce + + + + + + true + + + + + + + + de.smartics.rules + smartics-enforcer-rules + 1.0.2 + + + + + + diff --git a/spring-vault-distribution/pom.xml b/spring-vault-distribution/pom.xml index 870624d2f..c071730b7 100644 --- a/spring-vault-distribution/pom.xml +++ b/spring-vault-distribution/pom.xml @@ -406,7 +406,7 @@ org.jfrog.buildinfo artifactory-maven-plugin - 2.7.0 + 3.4.0 deploy-docs @@ -428,13 +428,14 @@ Spring Vault Docs ${project.version} 1 + {{BUILD_URL}} - https://repo.spring.io - ${artifactory.username} - ${artifactory.password} - temp-private-local - temp-private-local + {{artifactory.server}} + {{artifactory.username}} + {{artifactory.password}} + {{artifactory.staging-repository}} + {{artifactory.staging-repository}} *.zip @@ -444,20 +445,20 @@ + + + + bintray-plugins + bintray-plugins + https://jcenter.bintray.com + + + + spring-plugins-release + https://repo.spring.io/plugins-release + + - - - bintray-plugins - bintray-plugins - https://jcenter.bintray.com - - - - spring-plugins-release - https://repo.spring.io/plugins-release - - -