This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch maven-site-plugin-3.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.x by this push: new e71484e0 [MSITE-1035] use jquery as example js in site descriptor (#229) e71484e0 is described below commit e71484e07a374221ccf35d0d58a39006b4d3c664 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 10fab2b1..673f7e56 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>