forked from phoedos/pmd
pmd: upgrade the checkstyle plugin
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@7634 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -13,19 +13,6 @@
|
||||
|
||||
<module name="TreeWalker">
|
||||
|
||||
<!-- RegexpHeader -->
|
||||
<!--
|
||||
Assert if header is :
|
||||
/**
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
-->
|
||||
<module name="RegexpHeader">
|
||||
<property
|
||||
name="header"
|
||||
value="^\/\*\*[ ]*$\n^[ ]+\*[ ]+BSD-style license; for more info see http:\/\/pmd.sourceforge.net/license.html[ ]*\n[ ]+\*\/[ ]*$"/>
|
||||
</module>
|
||||
|
||||
<!-- JDocHtmlValid, JDocHeader -->
|
||||
<module name="JavadocStyle">
|
||||
<property name="checkFirstSentence" value="false"/>
|
||||
@ -56,5 +43,19 @@
|
||||
<module name="AvoidStarImport">
|
||||
<property name="severity" value="error"/>
|
||||
</module>
|
||||
</module>
|
||||
</module>
|
||||
|
||||
<!-- RegexpHeader -->
|
||||
<!--
|
||||
Assert if header is :
|
||||
/**
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
-->
|
||||
<module name="RegexpHeader">
|
||||
<property
|
||||
name="header"
|
||||
value="^\/\*\*[ ]*$\n^[ ]+\*[ ]+BSD-style license; for more info see http:\/\/pmd.sourceforge.net/license.html[ ]*\n[ ]+\*\/[ ]*$"/>
|
||||
</module>
|
||||
|
||||
</module>
|
||||
|
@ -548,7 +548,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
<version>2.2</version>
|
||||
<version>2.9.1</version>
|
||||
<configuration>
|
||||
<configLocation>etc/checkstyle-config.xml</configLocation>
|
||||
</configuration>
|
||||
@ -690,7 +690,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
<version>2.2</version>
|
||||
<version>2.9.1</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>verify</phase>
|
||||
|
Reference in New Issue
Block a user