Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit 085acd4

Browse files
committed
Have to exclude package.html because it links to com.sun.mail.{imap,pop3,smtp}
packages and jdk 9 javadoc fails that during deploy.
1 parent eba1ffb commit 085acd4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mailapi/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,13 @@
229229
com/sun/mail/handlers/**,
230230
META-INF/*
231231
</includes>
232+
<!--
233+
Have to exclude package.html because it links to
234+
com.sun.mail.{imap,pop3,smtp} packages and jdk 9
235+
javadoc fails that during deploy.
236+
-->
232237
<excludes>
238+
javax/mail/package.html,
233239
com/sun/mail/util/logging/**,
234240
META-INF/javamail.default.*
235241
</excludes>

0 commit comments

Comments
 (0)