Author: martinc Date: Fri May 13 20:19:26 2005 New Revision: 170117 URL: http://svn.apache.org/viewcvs?rev=170117&view=rev Log: Enable the Checkstyle plugin.
Modified: struts/build/trunk/project.properties struts/build/trunk/project.xml Modified: struts/build/trunk/project.properties URL: http://svn.apache.org/viewcvs/struts/build/trunk/project.properties?rev=170117&r1=170116&r2=170117&view=diff ============================================================================== --- struts/build/trunk/project.properties (original) +++ struts/build/trunk/project.properties Fri May 13 20:19:26 2005 @@ -5,3 +5,5 @@ maven.multiproject.includes = */project.xml maven.multiproject.excludes = build/* +maven.checkstyle.properties = ${basedir}/build/struts_checks.xml +maven.checkstyle.header.file = ${basedir}/build/LICENSE.txt Modified: struts/build/trunk/project.xml URL: http://svn.apache.org/viewcvs/struts/build/trunk/project.xml?rev=170117&r1=170116&r2=170117&view=diff ============================================================================== --- struts/build/trunk/project.xml (original) +++ struts/build/trunk/project.xml Fri May 13 20:19:26 2005 @@ -426,11 +426,9 @@ | Each report plugin with it's POM and plugin.jelly logic should | contain everything needed to produced the report. | - - // TODO fix the check style plugin reference to the License file - <report>maven-checkstyle-plugin</report> --> + <report>maven-checkstyle-plugin</report> <report>maven-changelog-plugin</report> <report>maven-changes-plugin</report> <report>maven-developer-activity-plugin</report> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]