We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b5080 commit 5c46afbCopy full SHA for 5c46afb
2 files changed
pom.xml
@@ -64,6 +64,7 @@
64
<spring-security-oauth2-authorization-server.version>1.4.3
65
</spring-security-oauth2-authorization-server.version>
66
<scalar.version>0.1.0</scalar.version>
67
+ <skipPublishing>false</skipPublishing>
68
</properties>
69
70
<dependencyManagement>
@@ -214,6 +215,7 @@
214
215
<publishingServerId>central</publishingServerId>
216
<autoPublish>true</autoPublish>
217
<waitUntil>published</waitUntil>
218
+ <skipPublishing>${skipPublishing}</skipPublishing>
219
</configuration>
220
</plugin>
221
<plugin>
springdoc-openapi-tests/pom.xml
@@ -11,7 +11,7 @@
11
<name>${project.artifactId}</name>
12
13
<properties>
14
- <maven.deploy.skip>true</maven.deploy.skip>
+ <skipPublishing>true</skipPublishing>
15
16
17
<modules>
0 commit comments