This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-sources.git
The following commit(s) were added to refs/heads/master by this push:
new 36ed349 no Maven Site Plugin 4 for Maven 4
36ed349 is described below
commit 36ed3492ce133d05bcc2d281df6ccafc89088127
Author: Hervé Boutemy <[email protected]>
AuthorDate: Fri Apr 3 18:48:14 2026 +0200
no Maven Site Plugin 4 for Maven 4
---
README.md | 3 +--
default.xml | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 6910daa..0ac9825 100644
--- a/README.md
+++ b/README.md
@@ -94,8 +94,7 @@ Resulting directory tree looks like:
| | |-- maven-compiler-plugin
| | |-- maven-deploy-plugin
| | |-- maven-install-plugin
-| | |-- maven-resources-plugin
-| | |-- maven-site-plugin
+| | `-- maven-resources-plugin
| |-- packaging
| | |-- maven-acr-plugin
| | |-- maven-ear-plugin
diff --git a/default.xml b/default.xml
index 49aa6bb..b1fc358 100644
--- a/default.xml
+++ b/default.xml
@@ -44,7 +44,7 @@
<project path='plugins/core/maven-deploy-plugin'
name='maven-deploy-plugin.git' revision="maven-deploy-plugin-3.x" />
<project path='plugins/core/maven-install-plugin'
name='maven-install-plugin.git' revision="maven-install-plugin-3.x" />
<project path='plugins/core/maven-resources-plugin'
name='maven-resources-plugin.git' revision="maven-resources-plugin-3.x" />
- <project path='plugins/core/maven-site-plugin'
name='maven-site-plugin.git' revision="maven-site-plugin-3.x" />
+ <project path='plugins/core/maven-site-plugin'
name='maven-site-plugin.git' />
<project path='plugins/core/surefire'
name='maven-surefire.git' />
<project path='plugins/core/maven-verifier-plugin'
name='maven-verifier-plugin.git' />
@@ -53,7 +53,6 @@
<project path='plugins/core-4/maven-deploy-plugin'
name='maven-deploy-plugin.git' />
<project path='plugins/core-4/maven-install-plugin'
name='maven-install-plugin.git' />
<project path='plugins/core-4/maven-resources-plugin'
name='maven-resources-plugin.git' />
- <project path='plugins/core-4/maven-site-plugin'
name='maven-site-plugin.git' />
<project path='plugins/packaging/maven-ear-plugin'
name='maven-ear-plugin.git' />
<project path='plugins/packaging/maven-ejb-plugin'
name='maven-ejb-plugin.git' />