This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new da1b44b mpp blows up when using 'mvn site'
da1b44b is described below
commit da1b44b27c3ca2c697466743ece40b11140f36f7
Author: Sebb <[email protected]>
AuthorDate: Fri Oct 20 16:58:16 2023 +0100
mpp blows up when using 'mvn site'
Otherwise seems to be OK
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 979ed16..69fbe70 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,7 @@
<plugins>
<plugin>
<artifactId>maven-plugin-plugin</artifactId>
- <!-- 3.9.0 blows up with:
+ <!-- 3.9.0 'mvn site' blows up with:
[ERROR] Could not find goal 'report' in plugin
org.apache.maven.plugins:maven-plugin-plugin:3.9.0 among available goals
addPluginArtifactMetadata, descriptor, help, helpmojo -> [Help 1]
-->
<version>3.8.2</version>