checkstyle
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@598702 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5ade5ae2b1
commit
92c1e884cb
7
pom.xml
7
pom.xml
|
@ -415,6 +415,13 @@
|
|||
<source>${maven.compile.source}</source>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
<version>2.1</version>
|
||||
<configuration>
|
||||
<configLocation>${basedir}/checkstyle.xml</configLocation>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</reporting>
|
||||
|
||||
|
|
Loading…
Reference in New Issue