Skip to content

Commit ced7bdb

Browse files
author
Vladimir Kotal
committed
enable checkstyle for plugins
1 parent 760a592 commit ced7bdb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

plugins/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
5151
</testResources>
5252

5353
<plugins>
54+
<plugin>
55+
<groupId>org.apache.maven.plugins</groupId>
56+
<artifactId>maven-checkstyle-plugin</artifactId>
57+
</plugin>
58+
5459
<plugin>
5560
<groupId>org.apache.maven.plugins</groupId>
5661
<artifactId>maven-surefire-plugin</artifactId>

plugins/src/opengrok/auth/plugin/ldap/LdapServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* file and include the License file at LICENSE.txt.
1313
* If applicable, add the following below this CDDL HEADER, with the
1414
* fields enclosed by brackets "[]" replaced with your own identifying
15-
* information: Portions Copyright [yyyy] [url of copyright owner]
15+
* information: Portions Copyright [yyyy] [name of copyright owner]
1616
*
1717
* CDDL HEADER END
1818
*/

0 commit comments

Comments
 (0)