GH-221 - Tweak build to avoid Javadoc tool to complain about module arrangement.
The shadowed type of ArchUnit causes the Java 17 Javadoc tool to fail as the type introduces a problem on the module path, which we do not really care about for now.
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -463,6 +463,8 @@ limitations under the License.
|
||||
<doclint>accessibility,html,reference,syntax</doclint>
|
||||
<show>package</show>
|
||||
<quiet>true</quiet>
|
||||
<excludePackageNames>com.tngtech.archunit.core.importer</excludePackageNames>
|
||||
<javadocVersion>8</javadocVersion>
|
||||
<links>
|
||||
<link>https://docs.spring.io/spring-boot/docs/${spring-boot.version}/api/</link>
|
||||
<link>https://docs.spring.io/spring/docs/${spring.version}/javadoc-api/</link>
|
||||
|
||||
Reference in New Issue
Block a user