Issue Details (XML | Word | Printable)

Key: MAVENTAGLIB-13
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Krashan Brahmanjara
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven taglib plugin

Add an option to disable validation on maven report phase

Created: 13/Jun/10 16:11   Updated: 14/Jun/10 11:14
Component/s: None
Affects Version/s: None
Fix Version/s: None


 Description  « Hide

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.



Krashan Brahmanjara added a comment - 14/Jun/10 11:14

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>