Skip to content

Commit 75999d8

Browse files
author
bnasslahsen
committed
Fix build error due to invalid version of tests module. Fixes #1751.
1 parent 2337775 commit 75999d8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: springdoc-openapi-tests/pom.xml

+13
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,17 @@
2424
<module>springdoc-openapi-hateoas-tests</module>
2525
<module>springdoc-openapi-data-rest-tests</module>
2626
</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+
2740
</project>

0 commit comments

Comments
 (0)