This is an automated email from the ASF dual-hosted git repository. skygo pushed a commit to branch apidoctake2 in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit d75be2c4f379a8f5c869b0c6df745b7898eff392 Author: Eric Barboni <[email protected]> AuthorDate: Wed Oct 2 13:51:08 2024 +0200 Update disallowed-links.xml accept a bit more of maven mini guide --- nbbuild/javadoctools/disallowed-links.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nbbuild/javadoctools/disallowed-links.xml b/nbbuild/javadoctools/disallowed-links.xml index 7a69ac71116..780c303e523 100644 --- a/nbbuild/javadoctools/disallowed-links.xml +++ b/nbbuild/javadoctools/disallowed-links.xml @@ -57,7 +57,7 @@ <filter pattern="https://ant\.apache\.org" accept="true" /> <filter pattern="https://ant\.apache\.org/manual/running\.html#sysprops" accept="true" /> <filter pattern="https://ant\.apache\.org/manual/Types/antlib\.html" accept="true" /> - <filter pattern="https://maven\.apache\.org/guides/mini/guide-configuring-plugins\.html" accept="true" /> + <filter pattern="https://maven\.apache\.org/guides/mini/.*" accept="true" /> <filter pattern="https://river\.apache\.org" accept="true" /> <!-- jini --> <filter pattern="http://findbugs\.sourceforge\.net" accept="true" /> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
