File tree 1 file changed +1
-10
lines changed
1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.codehaus.plexus</groupId >
7
7
<artifactId >plexus</artifactId >
8
- <version >15 </version >
8
+ <version >16 </version >
9
9
</parent >
10
10
11
11
<artifactId >plexus-compiler</artifactId >
147
147
<plugin >
148
148
<groupId >org.apache.maven.plugins</groupId >
149
149
<artifactId >maven-surefire-plugin</artifactId >
150
- <version >3.2.2</version >
151
150
<configuration >
152
151
<redirectTestOutputToFile >${redirectTestOutputToFile} </redirectTestOutputToFile >
153
152
</configuration >
168
167
<autoVersionSubmodules >true</autoVersionSubmodules >
169
168
</configuration >
170
169
</plugin >
171
- <plugin >
172
- <groupId >org.apache.maven.plugins</groupId >
173
- <artifactId >maven-javadoc-plugin</artifactId >
174
- <configuration >
175
- <additionalparam >-Xdoclint:none</additionalparam >
176
- </configuration >
177
- </plugin >
178
170
</plugins >
179
171
</pluginManagement >
180
172
<plugins >
188
180
<plugin >
189
181
<groupId >org.apache.maven.plugins</groupId >
190
182
<artifactId >maven-enforcer-plugin</artifactId >
191
- <version >3.4.1</version >
192
183
<executions >
193
184
<execution >
194
185
<id >enforce-java</id >
You can’t perform that action at this time.
0 commit comments