On Sat, Jun 9, 2012 at 2:26 PM, Gary Gregory <[email protected]> wrote: > If sonar for snapshots on a.a.o replaces POM requested reports instead > of complementing them, you loose the ability to analyze before > committing, surely something we do not want.
you can use: mvn sonar:sonar before you commit, which should help. > > Gary > > On Jun 9, 2012, at 3:52, Mark Struberg <[email protected]> wrote: > >> we have an own Sonar installation at http://analysis.apache.org already. >> You just need to tell infra that you like to have your project added. >> >> LieGrue, >> strub >> >> >> >> ----- Original Message ----- >>> From: Simone Tripodi <[email protected]> >>> To: Commons Developers List <[email protected]> >>> Cc: >>> Sent: Saturday, June 9, 2012 8:09 AM >>> Subject: Re: [ALL] Using a Tool Like Sonar... >>> >>> +1 we are using it also in Cocoon and helps a lot - IMHO it should >>> replace public static reports generated and published by mvn... >>> best, >>> -Simo >>> >>> http://people.apache.org/~simonetripodi/ >>> http://simonetripodi.livejournal.com/ >>> http://twitter.com/simonetripodi >>> http://www.99soft.org/ >>> >>> >>> On Sat, Jun 9, 2012 at 12:19 AM, James Carman >>> <[email protected]> wrote: >>>> All, >>>> >>>> I've really become fond of Sonar (http://www.sonarsource.org/) in the >>>> past 6 months or so. I install the Sonar plugin in Jenkins and turn >>>> on Sonar for my builds and I get "Continuous Inspection" of my >>> code >>>> which helps me find potential issues. It uses tools like Findbugs, >>>> PMD, Checkstyle, etc. and aggregates the results into one easy-to-use >>>> interface. What would you guys think about introducing something like >>>> that into Apache Commons to help us improve our code quality? >>>> >>>> Thanks, >>>> >>>> James >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> For additional commands, e-mail: [email protected] >>>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- http://www.grobmeier.de https://www.timeandbill.de --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
