write maven plugin that operate Sonar

2012-07-19 Thread dror
Hi all, Somebody knows how can i write a maven plugin in pom.xml that operate Sonar? i looking for a way to operate Sonar's checks via maven build. Thanks, Dror. -- View this message in context: http://maven.40175.n5.nabble.com/write-maven-plugin-that-operate-Sonar-tp5714457.html Sent from

Re: write maven plugin that operate Sonar

2012-07-19 Thread Pascal Rapicault
.40175.n5.nabble.com/write-maven-plugin-that-operate-Sonar-tp5714457.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail

Re: write maven plugin that operate Sonar

2012-07-19 Thread dror
Hi, I'm a little entangled with this.. Should i write it in plugin scope? you have maybe a code example? Thanks a lot! -- View this message in context: http://maven.40175.n5.nabble.com/write-maven-plugin-that-operate-Sonar-tp5714457p5714460.html Sent from the Maven - Users mailing list archive

Re: write maven plugin that operate Sonar

2012-07-19 Thread Thomas Broyer
On Thu, Jul 19, 2012 at 1:12 PM, dror dror.ba...@gmail.com wrote: Hi, I'm a little entangled with this.. Should i write it in plugin scope? you have maybe a code example? See http://mojo.codehaus.org/sonar-maven-plugin/ -- Thomas Broyer /tɔ.ma.bʁwa.je/

Re: write maven plugin that operate Sonar

2012-07-19 Thread dror
thanks, but i dont found any example in this page.. :( -- View this message in context: http://maven.40175.n5.nabble.com/write-maven-plugin-that-operate-Sonar-tp5714457p5714462.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: write maven plugin that operate Sonar

2012-07-19 Thread Wayne Fay
thanks, but i dont found any example in this page.. :( You actually need to click around and READ the entire site and various linked pages, for example: http://mojo.codehaus.org/sonar-maven-plugin/usage.html and http://docs.codehaus.org/display/SONAR/Get+started+in+2+minutes and