Skip to content

Commit 5f72a12

Browse files
committed
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 a81a788 commit 5f72a12

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
@@ -1015,9 +1015,6 @@ limitations under the License.
10151015
<activation>
10161016
<jdk>[1.8,)</jdk>
10171017
</activation>
1018-
<properties>
1019-
<javadoc.opts>-Xdoclint:none</javadoc.opts>
1020-
</properties>
10211018
<build>
10221019
<plugins>
10231020
<!-- only activate for jdk8+ since requires java 8 -->
@@ -1034,6 +1031,13 @@ limitations under the License.
10341031
</execution>
10351032
</executions>
10361033
</plugin>
1034+
<plugin>
1035+
<groupId>org.apache.maven.plugins</groupId>
1036+
<artifactId>maven-javadoc-plugin</artifactId>
1037+
<configuration combine.self="override">
1038+
<doclint>none</doclint>
1039+
</configuration>
1040+
</plugin>
10371041
</plugins>
10381042
</build>
10391043
</profile>

0 commit comments

Comments
 (0)