File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 603
603
-->
604
604
<java .version>1.8</java .version>
605
605
606
- <javadoc .plugin.version>3.4.0</javadoc .plugin.version>
607
606
<javassist .version>3.21.0-GA</javassist .version>
608
607
609
608
<!-- Redefine default value from spring-boot-dependencies -->
872
871
</executions >
873
872
</plugin >
874
873
875
- <plugin >
876
- <groupId >org.apache.maven.plugins</groupId >
877
- <artifactId >maven-javadoc-plugin</artifactId >
878
- <version >${javadoc.plugin.version} </version >
879
- <configuration >
880
- <quiet >true</quiet >
881
- <nohelp >true</nohelp >
882
- <nodeprecatedlist >true</nodeprecatedlist >
883
- <failOnWarnings >true</failOnWarnings >
884
- <bottom >Copyright © {inceptionYear}– {currentYear} ${project.developers[0].name} . All rights reserved.</bottom >
885
- </configuration >
886
- </plugin >
887
-
888
874
<plugin >
889
875
<groupId >org.apache.maven.plugins</groupId >
890
876
<artifactId >maven-resources-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments