File tree Expand file tree Collapse file tree 1 file changed +37
-1
lines changed Expand file tree Collapse file tree 1 file changed +37
-1
lines changed Original file line number Diff line number Diff line change 3838 <clirr .comparisonVersion>1.1.0</clirr .comparisonVersion>
3939 </properties >
4040
41+ <build >
42+ <pluginManagement >
43+ <plugins >
44+ <plugin >
45+ <groupId >org.apache.maven.plugins</groupId >
46+ <artifactId >maven-javadoc-plugin</artifactId >
47+ <configuration >
48+ <quiet >true</quiet >
49+ </configuration >
50+ </plugin >
51+ </plugins >
52+ </pluginManagement >
53+ </build >
54+
4155 <reporting >
4256 <plugins >
4357 <plugin >
91105 <dependency >
92106 <groupId >org.springframework</groupId >
93107 <artifactId >spring-jdbc</artifactId >
94- <version >5.0.8 .RELEASE</version >
108+ <version >5.0.9 .RELEASE</version >
95109 <scope >test</scope >
96110 </dependency >
97111 <dependency >
123137 <url >git:ssh://git@github.com/mybatis/mybatis-dynamic-sql.git?gh-pages#</url >
124138 </site >
125139 </distributionManagement >
140+
141+ <profiles >
142+ <profile >
143+ <id >javadocVersion</id >
144+ <activation >
145+ <jdk >[9,)</jdk >
146+ </activation >
147+ <build >
148+ <pluginManagement >
149+ <plugins >
150+ <plugin >
151+ <groupId >org.apache.maven.plugins</groupId >
152+ <artifactId >maven-javadoc-plugin</artifactId >
153+ <configuration >
154+ <additionalOptions >-html5</additionalOptions >
155+ </configuration >
156+ </plugin >
157+ </plugins >
158+ </pluginManagement >
159+ </build >
160+ </profile >
161+ </profiles >
126162</project >
You can’t perform that action at this time.
0 commit comments