lppedd opened a new pull request, #199:
URL: https://github.com/apache/maven-plugin-tools/pull/199

   This allows correctly generating plugin reports.  
   Otherwise, when configuring `maven-plugin-report-plugin`
   
   ```xml
   <reporting>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-report-plugin</artifactId>
         <version>3.8.1</version>
         <configuration>
           
<enhancedPluginXmlFile>${project.build.outputDirectory}/META-INF/maven/plugin.xml</enhancedPluginXmlFile>
         </configuration>
       </plugin>
     </plugins>
   </reporting>
   ```
   
   An error will be thrown out
   
   ```
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on 
project plugin-resources: Error parsing 'C:\Users\edoardo.luppi\
   
maven-utils\plugins\plugin-resources\target\generated-site\xdoc\help-mojo.xml': 
line [12] Error parsing the model: end tag name </div> must match start tag 
name <br> fr
   om line 11 (position: TEXT seen ...</code> to display parameter 
details.</div>... @12:112)  -> [Help 1]
   ```
   
   
![image](https://user-images.githubusercontent.com/19871649/224429124-ffac35dc-563a-4427-9425-812154581a0f.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to