From 6edbdeb2a96ead7652a5f77bc45dcf59f67bfd07 Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Thu, 11 May 2023 12:31:04 -0500 Subject: [PATCH] Upgrade to maven-assembly-plugin 3.5.0. Using the upgrade, make several cleanups to the reference docs including ONLY setting the relevant property ON the actual docs artifacts. Also adjust permission settings. Resolves #1354. --- docs.xml | 12 +++++++++++- pom.xml | 15 +-------------- spring-ws-bom/pom.xml | 14 -------------- 3 files changed, 12 insertions(+), 29 deletions(-) diff --git a/docs.xml b/docs.xml index 6ee6b9e2..276a880f 100644 --- a/docs.xml +++ b/docs.xml @@ -1,5 +1,5 @@ - + docs dir @@ -18,6 +18,8 @@ readme.txt + 0664 + 0775 target/site/reference/html reference/html + 0664 + 0775 target/site/apidocs api + 0664 + 0775 diff --git a/pom.xml b/pom.xml index ffdf0f8e..fe923485 100644 --- a/pom.xml +++ b/pom.xml @@ -442,13 +442,6 @@ spring-ws {{BUILD_URL}} - - spring-ws - spring-ws - false - docs - *:*:*:*@zip - https://repo.spring.io {{ARTIFACTORY_USR}} @@ -485,13 +478,6 @@ spring-ws {{BUILD_URL}} - - spring-ws - spring-ws - false - docs - *:*:*:*@zip - https://repo.spring.io {{ARTIFACTORY_USR}} @@ -726,6 +712,7 @@ org.apache.maven.plugins maven-assembly-plugin + 3.5.0 docs diff --git a/spring-ws-bom/pom.xml b/spring-ws-bom/pom.xml index f804aeb3..a0f6067f 100644 --- a/spring-ws-bom/pom.xml +++ b/spring-ws-bom/pom.xml @@ -147,13 +147,6 @@ spring-ws {{BUILD_URL}} - - spring-ws - spring-ws - false - docs - *:*:*:*@zip - https://repo.spring.io {{ARTIFACTORY_USR}} @@ -190,13 +183,6 @@ spring-ws {{BUILD_URL}} - - spring-ws - spring-ws - false - docs - *:*:*:*@zip - https://repo.spring.io {{ARTIFACTORY_USR}}