jvanzyl 2002/06/26 12:55:13
Modified: src/templates/build/plugins/core plugin.jelly
Log:
Moving checkstyle logic into a plugin of its own.
Revision Changes Path
1.6 +0 -69
jakarta-turbine-maven/src/templates/build/plugins/core/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/templates/build/plugins/core/plugin.jelly,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- plugin.jelly 26 Jun 2002 19:09:04 -0000 1.5
+++ plugin.jelly 26 Jun 2002 19:55:13 -0000 1.6
@@ -104,75 +104,6 @@
</goal>
<!-- ================================================================== -->
- <!-- check-source -->
- <!-- ================================================================== -->
-
-
- <goal name="maven:check-source">
-
-<!--
- ignorePublicInInterface="${maven.checkstyle.ignore.public.in.interface}"
--->
-
- <checkstyle
- lcurlyType="${maven.checkstyle.lcurly.type}"
- lcurlyMethod="${maven.checkstyle.lcurly.method}"
- lcurlyOther="${maven.checkstyle.lcurly.other}"
- rcurly="${maven.checkstyle.rcurly}"
- parenPad="${maven.checkstyle.paren.pad}"
- allowTabs="${maven.checkstyle.allow.tabs}"
- allowProtected="${maven.checkstyle.allow.protected}"
- allowPackage="${maven.checkstyle.allow.package}"
- allowNoAuthor="${maven.checkstyle.allow.no.author}"
- maxLineLen="${maven.checkstyle.max.line.len}"
- tabWidth="${maven.checkstyle.tab.width}"
- ignoreLineLengthPattern="${maven.checkstyle.ignore.line.len.pattern}"
- maxMethodLen="${maven.checkstyle.max.method.len}"
- maxConstructorLen="${maven.checkstyle.max.constructor.len}"
- maxFileLen="${maven.checkstyle.max.file.len}"
- ignoreImportLen="${maven.checkstyle.ignore.import.len}"
- memberPattern="${maven.checkstyle.member.pattern}"
- publicMemberPattern="${maven.checkstyle.public.member.pattern}"
- paramPattern="${maven.checkstyle.param.pattern}"
- constPattern="${maven.checkstyle.const.pattern}"
- staticPattern="${maven.checkstyle.static.pattern}"
- typePattern="${maven.checkstyle.type.pattern}"
- methodPattern="${maven.checkstyle.method.pattern}"
- localVarPattern="${maven.checkstyle.local.var.pattern}"
- headerFile="${maven.checkstyle.header.file}"
- headerLinesRegexp="${maven.checkstyle.header.lines.regexp}"
- headerIgnoreLine="${maven.checkstyle.header.ignore.line}"
- javadocScope="${maven.checkstyle.javadoc.scope}"
- requirePackageHtml="${maven.checkstyle.require.package.html}"
- ignoreImports="${maven.checkstyle.ignore.imports}"
- illegalImports="${maven.checkstyle.illegal.imports}"
- ignoreWhitespace="${maven.checkstyle.ignore.whitespace}"
- ignoreCastWhitespace="${maven.checkstyle.ignore.cast.whitespace}"
- ignoreBraces="${maven.checkstyle.ignore.braces}"
- failOnViolation="${maven.checkstyle.fail.on.violation}"
- cacheFile="${maven.checkstyle.cache.file}" >
- <fileset dir="${maven.build.sourceDirectory}"
- includes="${maven.checkstyle.includes}"
- excludes="${maven.checkstyle.excludes}"/>
- <formatter type="xml" toFile="${maven.build.dir}/checkstyle-raw-report.xml"/>
- <formatter type="plain"
toFile="${maven.build.dir}/checkstyle-raw-report.txt"/>
- </checkstyle>
-
- <dvsl
- basedir="${basedir}"
- style="${maven.home}/stylesheets/checkstyle.dvsl"
- toolboxfile="${maven.home}/stylesheets/toolbox.props"
- in="${maven.build.dir}/checkstyle-raw-report.xml"
- out="${maven.gen.docs}/checkstyle-report.xml">
-
- <classpath>
- <path refid="maven-classpath"/>
- </classpath>
- </dvsl>
-
- </goal>
-
- <!-- ================================================================== -->
<!-- clean -->
<!-- ================================================================== -->
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>