You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will add a note to clarify this. For directory patterns the use of ant include/exclude patterns is common in Gradle/Ant world so I assumed that in Maven it is also common.
Currently the javadoc of
includes
andexcludes
(forbidden-apis/src/main/java/de/thetaphi/forbiddenapis/maven/AbstractCheckMojo.java
Lines 198 to 214 in beaaa9c
build.outputDirectory
, https://maven.apache.org/ref/3.9.1/maven-model/maven.html#build).Those javadocs are used to generate the Maven site documentation at https://jenkins.thetaphi.de/job/Forbidden-APIs/javadoc/check-mojo.html#excludes.
The text was updated successfully, but these errors were encountered: