File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 2020
2121 <properties >
2222 <hibernate-validator-parent .path>../..</hibernate-validator-parent .path>
23+ <maven .javadoc.skip>true</maven .javadoc.skip>
2324 </properties >
2425
2526 <dependencies >
Original file line number Diff line number Diff line change 2020 <properties >
2121 <!-- Disable enforcer as we are using banned dependencies for old versions -->
2222 <enforcer .skip>true</enforcer .skip>
23+ <maven .javadoc.skip>true</maven .javadoc.skip>
2324 <!--
2425 The build-helper-maven-plugin is used to add Bean Validation 2.0 source folder to the BV implementations
2526 that are 2.0+. Since we are also using this plugin to parse versions in the root pom we want to control
Original file line number Diff line number Diff line change 11221122 <artifactId >maven-javadoc-plugin</artifactId >
11231123 <version >${version.javadoc.plugin} </version >
11241124 <configuration >
1125+ <skip >${maven.javadoc.skip} </skip >
11251126 <!-- Fail on error alternative -->
11261127 <quiet >true</quiet >
11271128 <verbose >false</verbose >
You can’t perform that action at this time.
0 commit comments