Hi Eric

surefire version is listed as 3.1.0 and not 3.1.2 in the dependencies list for 
the maven-project-info-reports-plugin pom

https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-project-info-reports-plugin/3.4.5/maven-project-info-reports-plugin-3.4.5.pom

I am curious as to value of your $maven.site.path as seen here:

<distributionManagement>
<site>
<id>apache.website</id>
<url>
scm:svn:https://svn.apache.org/repos/asf/maven/website/components/${maven.site.path}
</url>
</site>
</distributionManagement>

?
________________________________
From: Eric Kolotyluk <eric.koloty...@gmail.com>
Sent: Saturday, October 7, 2023 5:57 PM
To: users@maven.apache.org <users@maven.apache.org>
Subject: maven.plugin.validation

When I run

    |mvn clean site -Dmaven.plugin.validation=VERBOSE|

I get verbose output, but when I put the following in my pom.xml

       <properties>
    <maven.plugin.validation>VERBOSE</maven.plugin.validation>
       </properties>

and run

    |mvn clean site|

  I do not. Instead, I just get

    [WARNING]
    [WARNING] Plugin validation issues were detected in 3 plugin(s)
    [WARNING]
    [WARNING]  * org.apache.maven.plugins:maven-site-plugin:4.0.0-M8
    [WARNING]  * org.apache.maven.plugins:maven-surefire-report-plugin:3.1.2
    [WARNING]  *
    org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.5
    [WARNING]
    [WARNING] For more or less details, use 'maven.plugin.validation'
    property with one of the values (case insensitive): [BRIEF, DEFAULT,
    VERBOSE]
    [WARNING]

Can someone please help me understand what is going on here?

Here is some context...

    $ mvn -version
    Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
    Maven home: C:\Program Files (Open)\Apache\apache-maven-3.9.5
    Java version: 21, vendor: Oracle Corporation, runtime: C:\Program
    Files\java\jdk-21
    Default locale: en_CA, platform encoding: UTF-8
    OS name: "windows 10", version: "10.0", arch: "amd64", family:
    "windows"

Cheers, Eric

Reply via email to