diff --git a/docs/pom.xml b/docs/pom.xml index 4cab04d24..3ce402333 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -9,25 +9,17 @@ spring-cloud-function-parent 3.0.8.RELEASE - pom + jar Spring Cloud Function Docs Spring Cloud Function Docs spring-cloud-function ${basedir}/.. 3.4 + deploy + repo.spring.io + https://repo.spring.io/libs-release-local - - - - maven-deploy-plugin - 2.8.2 - - true - - - - docs @@ -61,8 +53,26 @@ maven-antrun-plugin - org.codehaus.mojo - build-helper-maven-plugin + maven-deploy-plugin + + + upload-docs-zip + ${upload-docs-zip.phase} + + deploy-file + + + false + ${project.groupId} + ${project.artifactId} + ${project.version} + ${maven-deploy-plugin.deployZipRepositoryId} + ${maven-deploy-plugin.deployZipUrl} + ${project.build.directory}/${project.artifactId}-${project.version}.zip + zip;zip.type=docs;zip.deployed=false; + + +