Skip to content

Commit 8fecb96

Browse files
absurdfarcedkropachev
authored andcommitted
CASSJAVA-66 Update POM to use new doclint param added in Maven 3.0
patch by Bret McGuire; reviewed by Bret McGuire for CASSJAVA-66
1 parent ba5173e commit 8fecb96

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,9 +1034,6 @@
10341034
<activation>
10351035
<jdk>[1.8,)</jdk>
10361036
</activation>
1037-
<properties>
1038-
<javadoc.opts>-Xdoclint:none</javadoc.opts>
1039-
</properties>
10401037
<build>
10411038
<plugins>
10421039
<!-- only activate for jdk8+ since requires java 8 -->
@@ -1053,6 +1050,13 @@
10531050
</execution>
10541051
</executions>
10551052
</plugin>
1053+
<plugin>
1054+
<groupId>org.apache.maven.plugins</groupId>
1055+
<artifactId>maven-javadoc-plugin</artifactId>
1056+
<configuration combine.self="override">
1057+
<doclint>none</doclint>
1058+
</configuration>
1059+
</plugin>
10561060
</plugins>
10571061
</build>
10581062
</profile>

0 commit comments

Comments
 (0)