added reports on TODO tags
This commit is contained in:
parent
6818edecf9
commit
9f5aa1772b
10
gson/pom.xml
10
gson/pom.xml
@ -212,6 +212,16 @@
|
||||
<xmlOutputDirectory>target/site</xmlOutputDirectory>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>taglist-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<multipleLineComments>true</multipleLineComments>
|
||||
<tags>
|
||||
<tag>TODO</tag>
|
||||
</tags>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</reporting>
|
||||
<developers>
|
||||
|
Loading…
Reference in New Issue
Block a user