I would like a new property called

maven.checkstyle.propfile="location of maven's checkstyle properties"

so that I can have one file that defines all of the projects' checkstyle
property values
and have each project simple include that file via the above property
setting.
If you are using Gump for your own projects, then having to enter in the
stylecheck
property values multiple places is not a good thing.

In addition, one could define a sun-stylecheck property file (although
stylecheck states
that Sun's coding conventions is its default, for some reason some other
coding
convension is maven's default - tower of babel strikes again), and as
many other
different stylecheck property files as needed for all of the other
styles that ones multiple
projects built by Gump might use.

Generally one has one's own company's style guidelines and that all of
those other ones from
3rd party code used by your projects. If you use just one set of
checkstyle properties, you
will get error reports. What is needed is one stylecheck property file
for each different
group of java code with a specified style. The project descriptor file
would be where one might
set the value of the checkstyle property file name/location.

Richard Emberson


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to