Skip to content

Commit 9eedba5

Browse files
committed
Add Checkstyle report.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk@493610 13f79535-47bb-0310-9956-ffa450edef68
1 parent 989bc58 commit 9eedba5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@
6868
</reportSet>
6969
</reportSets>
7070
</plugin>
71+
<plugin>
72+
<groupId>org.apache.maven.plugins</groupId>
73+
<artifactId>maven-checkstyle-plugin</artifactId>
74+
<configuration>
75+
<configLocation>checkstyle.xml</configLocation>
76+
</configuration>
77+
</plugin>
7178
</plugins>
7279
</reporting>
7380

0 commit comments

Comments
 (0)