Skip to content

Commit

Permalink
CASSJAVA-66 Update POM to use new doclint param added in Maven 3.0
Browse files Browse the repository at this point in the history
patch by Bret McGuire; reviewed by Bret McGuire for CASSJAVA-66
  • Loading branch information
absurdfarce committed Dec 23, 2024
1 parent a81a788 commit 5f72a12
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1015,9 +1015,6 @@ limitations under the License.
<activation>
<jdk>[1.8,)</jdk>
</activation>
<properties>
<javadoc.opts>-Xdoclint:none</javadoc.opts>
</properties>
<build>
<plugins>
<!-- only activate for jdk8+ since requires java 8 -->
Expand All @@ -1034,6 +1031,13 @@ limitations under the License.
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration combine.self="override">
<doclint>none</doclint>
</configuration>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 5f72a12

Please sign in to comment.