Skip to content

Commit ac1e5a4

Browse files
committed
Correct indentation of new TagList config
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1592612 13f79535-47bb-0310-9956-ffa450edef68
1 parent 6981b11 commit ac1e5a4

1 file changed

Lines changed: 45 additions & 45 deletions

File tree

pom.xml

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -201,51 +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-
<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>
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>
249249
<!--
250250
NOTE: this requires Maven 3.0.x; when used with Maven 2.2.1, the following error is seen:
251251
Embedded error: Error rendering Maven report: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory

0 commit comments

Comments
 (0)