We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7432c99 commit 0f2e59dCopy full SHA for 0f2e59d
2 files changed
integrationtest/hibernate-validator/pom.xml
@@ -87,6 +87,8 @@
87
<phase>package</phase>
88
<configuration>
89
<outputDirectory>${project.build.directory}/modules</outputDirectory>
90
+ <overwriteExistingFiles>true</overwriteExistingFiles>
91
+ <failOnWarning>false</failOnWarning>
92
<modules>
93
<module>
94
<artifact>
integrationtest/vert.x/pom.xml
@@ -92,6 +92,8 @@
95
96
97
98
99
0 commit comments