From 24fc3e260d102bb6578bc90e7f2004c480070a1b Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Mon, 9 Jul 2018 09:53:16 -0400 Subject: [PATCH] Fixing docs publishing issue on Artifactory In the build-helper-maven plugin, change the file extension type from `zip;zip.type=docs;zip.deployed=false` to simply `zip`. This former extension potentially causes the docs publishing incorrectly on Artifactory. --- spring-cloud-stream-docs/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-stream-docs/pom.xml b/spring-cloud-stream-docs/pom.xml index 6121b004e..d17d2a44c 100644 --- a/spring-cloud-stream-docs/pom.xml +++ b/spring-cloud-stream-docs/pom.xml @@ -360,7 +360,7 @@ ${project.build.directory}/${project.artifactId}-${project.version}.zip - zip;zip.type=docs;zip.deployed=false + zip