This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch maven-site-plugin-3.12.x in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git
The following commit(s) were added to refs/heads/maven-site-plugin-3.12.x by this push: new 6acf8091 [MSITE-1035] use jquery as example js in site descriptor (#229) 6acf8091 is described below commit 6acf80918eb70ed474e4f0f8a33f51d003e3c4a5 Author: Hervé Boutemy <hbout...@apache.org> AuthorDate: Tue Mar 11 09:05:28 2025 +0100 [MSITE-1035] use jquery as example js in site descriptor (#229) --- src/site/apt/examples/sitedescriptor.apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/apt/examples/sitedescriptor.apt b/src/site/apt/examples/sitedescriptor.apt index ec166d54..6c9d8982 100644 --- a/src/site/apt/examples/sitedescriptor.apt +++ b/src/site/apt/examples/sitedescriptor.apt @@ -237,7 +237,7 @@ Configuring the Site Descriptor <body> ... <head> - <![CDATA[<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>]]> + <![CDATA[<script src="/js/jquery.js" type="text/javascript"></script>]]> </head> ... </body>