We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 869b5b2 commit 64974c6Copy full SHA for 64974c6
pom.xml
@@ -450,23 +450,10 @@
450
</dependencies>
451
</plugin>
452
<plugin>
453
- <!-- TODO: When best to generate Javadoc? -->
454
<groupId>org.apache.maven.plugins</groupId>
455
<artifactId>maven-javadoc-plugin</artifactId>
456
<version>${maven-javadoc-plugin.version}</version>
457
<executions>
458
- <!-- Separate executions:
459
- 1. Build local HTML javadocs
460
- 2. Package a JAR to share javadocs
461
- -->
462
- <execution>
463
- <id>javadoc</id>
464
- <phase>package</phase>
465
- <goals>
466
- <goal>javadoc</goal>
467
- <goal>test-javadoc</goal>
468
- </goals>
469
- </execution>
470
<execution>
471
<id>javadoc-jars</id>
472
<phase>package</phase>
0 commit comments