Skip to content

Commit

Permalink
Fix incorrect javadoc configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dwalluck committed Jan 22, 2025
1 parent 0b9005f commit 6ea1cfa
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,6 @@
<dependency-check-maven.version>8.0.1</dependency-check-maven.version>
</properties>
<profiles>
<profile>
<id>doclint-java8-disable</id>
<activation>
<jdk>[1.8,)</jdk>
</activation>
<properties>
<javadoc.opts>-Xdoclint:none</javadoc.opts>
</properties>
</profile>
<profile>
<id>test</id>
<dependencies>
Expand Down Expand Up @@ -217,14 +208,11 @@
<configuration>
<quiet>true</quiet>
<notimestamp>true</notimestamp>
<additionalOptions>-Xdoclint:none</additionalOptions>
<doclint>all</doclint>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<configuration>
<additionalparam>${javadoc.opts}</additionalparam>
</configuration>
<goals>
<goal>jar</goal>
</goals>
Expand Down Expand Up @@ -307,4 +295,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 6ea1cfa

Please sign in to comment.