Hi
I try to disable validation on maven report phase and don't see any option.
This option can be usable for users generating doc's from facelets taglib which are do not tested corretly and gives a raport with many errors.
Description
Hi
I try to disable validation on maven report phase and don't see any option.
This option can be usable for users generating doc's from facelets taglib which are do not tested corretly and gives a raport with many errors.
This issue can be closed.
Workaround - remove this goal in reportSets section
<plugin>
<groupId>net.sourceforge.maven-taglib</groupId>
<artifactId>maven-taglib-plugin</artifactId>
<version>2.4</version>
<reportSets>
<reportSet>
<reports>
<report>taglibdoc</report>
<report>tagreference</report>
</reports>
</reportSet>
</reportSets>
</plugin>