Skip to content

Commit d80a272

Browse files
committed
Revert "temporary workaround for sonatype 502 response pt.2 - provide pipeline with javadocs without actual mvn deploy"
Revert "temporary workaround for sonatype 502 response" This reverts commit 22b289b and 778f577.
1 parent 94d4e6e commit d80a272

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Run maven deploy/release
6666
if: env.RELEASE_OK == 'yes'
6767
run: |
68-
./mvnw --no-transfer-progress -B -Prelease install
68+
./mvnw --no-transfer-progress -B -Prelease deploy
6969
- name: Run prepare javadocs script
7070
id: prepareJavadocs
7171
if: env.RELEASE_OK == 'yes'

modules/swagger-annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<executions>
6767
<execution>
6868
<id>copy-resources</id>
69-
<phase>install</phase>
69+
<phase>deploy</phase>
7070
<goals>
7171
<goal>copy-resources</goal>
7272
</goals>

0 commit comments

Comments
 (0)