Skip to content

Commit 64974c6

Browse files
committed
Simpler
1 parent 869b5b2 commit 64974c6

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -450,23 +450,10 @@
450450
</dependencies>
451451
</plugin>
452452
<plugin>
453-
<!-- TODO: When best to generate Javadoc? -->
454453
<groupId>org.apache.maven.plugins</groupId>
455454
<artifactId>maven-javadoc-plugin</artifactId>
456455
<version>${maven-javadoc-plugin.version}</version>
457456
<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>
470457
<execution>
471458
<id>javadoc-jars</id>
472459
<phase>package</phase>

0 commit comments

Comments
 (0)