Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions build/enforcer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

<properties>
<hibernate-validator-parent.path>../..</hibernate-validator-parent.path>
<maven.javadoc.skip>true</maven.javadoc.skip>
</properties>

<dependencies>
Expand Down
1 change: 1 addition & 0 deletions performance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<properties>
<!-- Disable enforcer as we are using banned dependencies for old versions -->
<enforcer.skip>true</enforcer.skip>
<maven.javadoc.skip>true</maven.javadoc.skip>
<!--
The build-helper-maven-plugin is used to add Bean Validation 2.0 source folder to the BV implementations
that are 2.0+. Since we are also using this plugin to parse versions in the root pom we want to control
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1122,6 +1122,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>${version.javadoc.plugin}</version>
<configuration>
<skip>${maven.javadoc.skip}</skip>
<!-- Fail on error alternative -->
<quiet>true</quiet>
<verbose>false</verbose>
Expand Down