[ 
https://issues.apache.org/jira/browse/MSHARED-1298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17770916#comment-17770916
 ] 

ASF GitHub Bot commented on MSHARED-1298:
-----------------------------------------

michael-o opened a new pull request, #19:
URL: https://github.com/apache/maven-reporting-exec/pull/19

   This closes #19
   
   Output:
   ```
   [INFO] Configuring report plugin maven-plugin-plugin:3.9.0
   [WARNING] Ignoring 
org.apache.maven.plugins:maven-plugin-plugin:3.9.0:addPluginArtifactMetadata 
goal since it is not a report: should be removed from reporting configuration 
in POM
   [WARNING] Ignoring 
org.apache.maven.plugins:maven-plugin-plugin:3.9.0:descriptor goal since it is 
not a report: should be removed from reporting configuration in POM
   [WARNING] Ignoring org.apache.maven.plugins:maven-plugin-plugin:3.9.0:help 
goal since it is not a report: should be removed from reporting configuration 
in POM
   [WARNING] Ignoring 
org.apache.maven.plugins:maven-plugin-plugin:3.9.0:helpmojo goal since it is 
not a report: should be removed from reporting configuration in POM
   ```




> Missing site report should be detected
> --------------------------------------
>
>                 Key: MSHARED-1298
>                 URL: https://issues.apache.org/jira/browse/MSHARED-1298
>             Project: Maven Shared Components
>          Issue Type: Bug
>          Components: maven-reporting-exec
>            Reporter: Slawomir Jaranowski
>            Assignee: Michael Osipov
>            Priority: Major
>             Fix For: maven-reporting-exec-2.0.0-M10
>
>
> When we define as report plugin which not contains any report Mojo 
> we should inform by warning or even break a build.
> eg:
> {code:xml}
>   <reporting>
>     <plugins>
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-plugin-plugin</artifactId>
>       </plugin>
>     </plugins>
>   </reporting>
> {code}
> is silently skipped and no report is generated.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to