HBASE-19663 javadoc creation needs jsr305.
commitf0d66273cdae9ada86b499200042304e22aa1a25
authorSean Busbey <busbey@apache.org>
Wed, 16 Oct 2019 15:31:47 +0000 (16 10:31 -0500)
committerSean Busbey <busbey@apache.org>
Fri, 29 May 2020 20:15:28 +0000 (29 15:15 -0500)
treedfc57229ec1938d14f59a3a845ff742c4a62ca67
parentbda2094ae55bd3300d93ffb3da55afef86b93d12
HBASE-19663 javadoc creation needs jsr305.

Some javadoc invocations require that annotations we reference can have any
classes they reference resolved. This includes annotations _they_ have,
even though annotations are normally optional.

In some cases this showed up as javax.annotation.meta.TypeQualifierNickname
not found, because some findbugs annotations use it. Other times it was
javax.annotation.concurrent.Immutable not found, because some old guava
versions use it.

(updated for master branch by doing the config in report config instead of plugin)

Signed-off-by: Peter Somogyi <psomogyi@apache.org>
Signed-off-by: Michael Stack <stack@apache.org>
pom.xml