diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 94eb91d5..084aa7ce 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -5,9 +5,9 @@ name: Build on: push: - branches: [ main ] + branches: [ main, 3.1.x ] pull_request: - branches: [ main ] + branches: [ main, 3.1.x ] jobs: build: diff --git a/docs/pom.xml b/docs/pom.xml index 18cddaf6..ebcdc299 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -20,6 +20,8 @@ none ${project.basedir}/src/main/ deploy + + none maven.compile.classpath diff --git a/pom.xml b/pom.xml index 476300f1..d8fc1917 100644 --- a/pom.xml +++ b/pom.xml @@ -114,6 +114,7 @@ ${project.build.directory}/generated-docs/reference/pdf false false + deploy 2.8.2 repo.spring.io https://repo.spring.io/libs-snapshot-local @@ -1468,6 +1469,13 @@ maven-deploy-plugin ${maven-deploy-plugin.version} + + default-deploy + ${maven-deploy-plugin-default.phase} + + deploy + + upload-docs-zip ${upload-docs-zip.phase}