File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -201,18 +201,51 @@ CSV files of various types.
201201 <artifactId >findbugs-maven-plugin</artifactId >
202202 <version >2.5.3</version >
203203 </plugin >
204- <plugin >
205- <groupId >org.codehaus.mojo</groupId >
206- <artifactId >taglist-maven-plugin</artifactId >
207- <version >2.4</version >
208- <configuration >
209- <tags >
210- <tag >TODO</tag >
211- <tag >NOPMD</tag >
212- <tag >NOTE</tag >
213- </tags >
214- </configuration >
215- </plugin >
204+ <plugin >
205+ <groupId >org.codehaus.mojo</groupId >
206+ <artifactId >taglist-maven-plugin</artifactId >
207+ <version >2.4</version >
208+ <configuration >
209+ <tagListOptions >
210+ <tagClasses >
211+ <tagClass >
212+ <displayName >Needs Work</displayName >
213+ <tags >
214+ <tag >
215+ <matchString >TODO</matchString >
216+ <matchType >exact</matchType >
217+ </tag >
218+ <tag >
219+ <matchString >FIXME</matchString >
220+ <matchType >exact</matchType >
221+ </tag >
222+ <tag >
223+ <matchString >XXX</matchString >
224+ <matchType >exact</matchType >
225+ </tag >
226+ </tags >
227+ </tagClass >
228+ <tagClass >
229+ <displayName >Noteable Markers</displayName >
230+ <tags >
231+ <tag >
232+ <matchString >NOTE</matchString >
233+ <matchType >exact</matchType >
234+ </tag >
235+ <tag >
236+ <matchString >NOPMD</matchString >
237+ <matchType >exact</matchType >
238+ </tag >
239+ <tag >
240+ <matchString >NOSONAR</matchString >
241+ <matchType >exact</matchType >
242+ </tag >
243+ </tags >
244+ </tagClass >
245+ </tagClasses >
246+ </tagListOptions >
247+ </configuration >
248+ </plugin >
216249 <!--
217250 NOTE: this requires Maven 3.0.x; when used with Maven 2.2.1, the following error is seen:
218251 Embedded error: Error rendering Maven report: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory
You can’t perform that action at this time.
0 commit comments