We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2337775 commit 75999d8Copy full SHA for 75999d8
springdoc-openapi-tests/pom.xml
@@ -24,4 +24,17 @@
24
<module>springdoc-openapi-hateoas-tests</module>
25
<module>springdoc-openapi-data-rest-tests</module>
26
</modules>
27
+
28
+ <build>
29
+ <plugins>
30
+ <plugin>
31
+ <groupId>org.apache.maven.plugins</groupId>
32
+ <artifactId>maven-deploy-plugin</artifactId>
33
+ <configuration>
34
+ <skip>true</skip>
35
+ </configuration>
36
+ </plugin>
37
+ </plugins>
38
+ </build>
39
40
</project>
0 commit comments