useful for testing current bug in checkstyle when running maven site

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114657 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-02-02 22:31:34 +00:00
parent acb47d494c
commit 4bcdae0fb2

View File

@ -37,4 +37,9 @@
<build>
<sourceDirectory>src/main</sourceDirectory>
</build>
<reports>
<report>maven-jdepend-plugin</report>
<report>maven-checkstyle-plugin</report>
</reports>
</project>