Skip to content

Commit bb0f928

Browse files
author
Yoann Vernageau
committed
reconfigure javadoc plugin in profile deploy-javadoc
1 parent b79eb2f commit bb0f928

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,6 @@
363363
<properties>
364364
<skipTests>true</skipTests>
365365
</properties>
366-
<dependencies>
367-
</dependencies>
368366
<build>
369367
<pluginManagement>
370368
<plugins>
@@ -374,11 +372,9 @@
374372
<artifactId>maven-javadoc-plugin</artifactId>
375373
<version>3.0.1</version>
376374
<configuration>
377-
<includeDependencySources>true</includeDependencySources>
378375
<excludePackageNames>
379376
javax.annotation*;
380377
</excludePackageNames>
381-
<detectLinks>true</detectLinks>
382378
</configuration>
383379
</plugin>
384380

0 commit comments

Comments
 (0)