Skip to content

Commit b4aca70

Browse files
jeanbzachingor13
authored andcommitted
javadoc warnings are errors without this setting (#442)
1 parent 87ea625 commit b4aca70

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

pom.xml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,6 @@
4545
</license>
4646
</licenses>
4747

48-
<developers>
49-
<developer>
50-
<id>yanivi</id>
51-
<name>Yaniv Inbar</name>
52-
<email>yanivi@google.com</email>
53-
<organization>Google</organization>
54-
<organizationUrl>http://www.google.com</organizationUrl>
55-
<roles>
56-
<role>owner</role>
57-
<role>developer</role>
58-
</roles>
59-
<timezone>-5</timezone>
60-
</developer>
61-
</developers>
62-
6348
<!--
6449
If you add a new module, make sure to also add it in the following places:
6550
* below in the dependencyManagement and maven-javadoc-plugin sections
@@ -424,6 +409,9 @@
424409
<plugins>
425410
<plugin>
426411
<artifactId>maven-javadoc-plugin</artifactId>
412+
<configuration>
413+
<additionalparam>-Xdoclint:none</additionalparam>
414+
</configuration>
427415
<executions>
428416
<execution>
429417
<id>aggregate</id>

0 commit comments

Comments
 (0)