Re: [ALL] Automated requirements (e.g. CheckStyle)? (Was: [MATH] Enforce run [...])

2017-08-08 Thread Karl-Philipp Richter
Hi, Am 07.08.2017 um 15:09 schrieb Gilles: > Less work for the maintainers is good. :-) > > By "taking time" I meant that validating should not be enforced when > calling "mvn compile" or "mvn test". I wouldn't worry about the time consumption of the validation even if it's run by every dev

[MATH] Enforce run of checkstyle-maven-plugin in validate instead of site phase

2017-08-04 Thread Karl-Philipp Richter
Hi, While working on a [small contribution](https://issues.apache.org/jira/browse/MATH-1426) I noticed that there's a checkstyle setup which is run in a reporting phase of Maven which might be skipped by most developers and isn't used on Travis CI. I suggest to move this phase to the validate