Slawomir Jaranowski opened MSHARED-1298 and commented
When we define as report plugin which not contains any report Mojo
we should inform by warning or even break a build.
eg:
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
</plugin>
</plugins>
</reporting>
is silently skipped and no report is generated.
Issue Links:
Remote Links:
Backported to: maven-reporting-exec-2.0.0-M10
Slawomir Jaranowski opened MSHARED-1298 and commented
When we define as report plugin which not contains any report Mojo
we should inform by warning or even break a build.
eg:
is silently skipped and no report is generated.
Issue Links:
Remote Links:
Backported to: maven-reporting-exec-2.0.0-M10