diff --git a/spring-boot-docs/pom.xml b/spring-boot-docs/pom.xml index c5358413a3d..ad39f1d372b 100644 --- a/spring-boot-docs/pom.xml +++ b/spring-boot-docs/pom.xml @@ -262,9 +262,9 @@ + destfile="${project.build.directory}/${project.artifactId}-${project.version}.zip"> @@ -314,7 +314,7 @@ - ${project.build.directory}/${project.name}-${project.version}.zip + ${project.build.directory}/${project.artifactId}-${project.version}.zip zip;zip.type=docs;zip.deployed=false