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