File tree Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change 190
190
</execution >
191
191
</executions >
192
192
</plugin >
193
- <plugin >
194
- <groupId >org.commonjava.maven.plugins</groupId >
195
- <artifactId >directory-maven-plugin</artifactId >
196
- <executions >
197
- <execution >
198
- <id >find-project-root</id >
199
- <phase >validate</phase >
200
- <goals >
201
- <goal >highest-basedir</goal >
202
- </goals >
203
- <configuration >
204
- <property >project.root.location</property >
205
- </configuration >
206
- </execution >
207
- </executions >
208
- </plugin >
209
193
<plugin >
210
194
<!-- e.g. mvn validate glassfish-copyright:repair -->
211
195
<groupId >org.glassfish.copyright</groupId >
288
272
<release >9</release >
289
273
<compilerArgs >
290
274
<arg >-Xlint:all</arg >
275
+ <arg >-Xdoclint:all</arg >
291
276
</compilerArgs >
292
277
<showDeprecation >true</showDeprecation >
293
278
<showWarnings >true</showWarnings >
402
387
Copyright © 2019, ${current.year} Eclipse Foundation. All rights reserved.<br>
403
388
Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top">license terms</a>.]]>
404
389
</bottom >
390
+ <quiet >true</quiet >
391
+ <failOnWarnings >true</failOnWarnings >
405
392
</configuration >
406
393
</plugin >
407
394
<plugin >
You can’t perform that action at this time.
0 commit comments