Author: olamy
Date: Sat May 14 15:04:00 2011
New Revision: 1103121
URL: http://svn.apache.org/viewvc?rev=1103121&view=rev
Log:
configure checkstyle report to use maven conventions style
Modified:
incubator/ognl/trunk/pom.xml
Modified: incubator/ognl/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/ognl/trunk/pom.xml?rev=1103121&r1=1103120&r2=1103121&view=diff
==============================================================================
--- incubator/ognl/trunk/pom.xml (original)
+++ incubator/ognl/trunk/pom.xml Sat May 14 15:04:00 2011
@@ -306,16 +306,15 @@ limitations under the License.
</reportSet>
</reportSets>
</plugin>
- <!--
<plugin>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.6</version>
- <configuration>
- <configLocation>${basedir}/checkstyle.xml</configLocation>
- <enableRulesSummary>false</enableRulesSummary>
- </configuration>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <version>2.6</version>
+ <configuration>
+ <configLocation>config/maven_checks.xml</configLocation>
+ <headerLocation>config/maven-header.txt</headerLocation>
+ </configuration>
</plugin>
- -->
<!-- Requires setting 'export MAVEN_OPTS="-Xmx512m" ' -->
<plugin>
<groupId>org.codehaus.mojo</groupId>