Skip to content

Commit 362f302

Browse files
committed
Back up to maven-checkstyle-plugin 2.9.1 from 2.10. 2.10 seems to scan the 'target' dir and wants license headers in .properties to be the header for Java files. Drawback: there are two reports now.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1465317 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8e3c29f commit 362f302

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ limitations under the License.
281281
<plugin>
282282
<groupId>org.apache.maven.plugins</groupId>
283283
<artifactId>maven-checkstyle-plugin</artifactId>
284-
<version>2.10</version>
284+
<version>2.9.1</version>
285285
<configuration>
286286
<configLocation>${basedir}/checkstyle.xml</configLocation>
287287
<enableRulesSummary>false</enableRulesSummary>

0 commit comments

Comments
 (0)