Just checked commons-cli pom.xml and found checkstyle and findbug support
is already present in reporting section, just copied same setting in build
section and we are good.

https://github.com/apache/commons-cli/pull/16

You are welcome :-)

Regards,
Amey


On Tue, Aug 1, 2017 at 11:26 PM, Pascal Schumacher <pascalschumac...@gmx.net
> wrote:

> Imho yes, but to make this possible existing violations have to be
> analyzed and then either fixed or ignored.
>
>
> Am 01.08.2017 um 19:37 schrieb Amey Jadiye:
>
>> It would be nice to add checkstyle and findbug as well ?
>>
>> Regards,
>> Amey
>>
>> ---------- Forwarded message ----------
>> From: <pascalschumac...@apache.org>
>> Date: Tue, Aug 1, 2017 at 10:57 PM
>> Subject: [2/2] commons-cli git commit: add default mvn default (clean,
>> test, clirr, rat and javadoc) and run it on travis
>> To: comm...@commons.apache.org
>>
>>
>> add default mvn default (clean, test, clirr, rat and javadoc) and run it
>> on
>> travis
>>
>>
>> Project: http://git-wip-us.apache.org/repos/asf/commons-cli/repo
>> Commit: http://git-wip-us.apache.org/repos/asf/commons-cli/commit/34
>> fe9e52
>> Tree: http://git-wip-us.apache.org/repos/asf/commons-cli/tree/34fe9e52
>> Diff: http://git-wip-us.apache.org/repos/asf/commons-cli/diff/34fe9e52
>>
>> Branch: refs/heads/master
>> Commit: 34fe9e5250a1a568b52ba277fdc86314c20aece3
>> Parents: 3637948
>> Author: pascalschumacher <pascalschumac...@gmx.net>
>> Authored: Tue Aug 1 19:27:50 2017 +0200
>> Committer: pascalschumacher <pascalschumac...@gmx.net>
>> Committed: Tue Aug 1 19:27:50 2017 +0200
>>
>> ----------------------------------------------------------------------
>>   .travis.yml | 3 +++
>>   pom.xml     | 1 +
>>   2 files changed, 4 insertions(+)
>> ----------------------------------------------------------------------
>>
>>
>> http://git-wip-us.apache.org/repos/asf/commons-cli/blob/34fe
>> 9e52/.travis.yml
>> ----------------------------------------------------------------------
>> diff --git a/.travis.yml b/.travis.yml
>> index 9f73b73..f9d9265 100644
>> --- a/.travis.yml
>> +++ b/.travis.yml
>> @@ -21,5 +21,8 @@ jdk:
>>     - openjdk7
>>     - oraclejdk8
>>
>> +script:
>> +  - mvn
>> +
>>   after_success:
>>     - mvn clean test jacoco:report coveralls:report -Ptravis-jacoco
>>
>> http://git-wip-us.apache.org/repos/asf/commons-cli/blob/34fe9e52/pom.xml
>> ----------------------------------------------------------------------
>> diff --git a/pom.xml b/pom.xml
>> index cb2e0b4..124163b 100644
>> --- a/pom.xml
>> +++ b/pom.xml
>> @@ -193,6 +193,7 @@
>>     </properties>
>>
>>     <build>
>> +    <defaultGoal>clean verify apache-rat:check clirr:check
>> javadoc:javadoc</defaultGoal>
>>       <plugins>
>>         <plugin>
>>           <artifactId>maven-assembly-plugin</artifactId>
>>
>>
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


-- 

---------------------------------------------------------------------

To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org

For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to