You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by dror <dr...@gmail.com> on 2012/07/19 10:56:09 UTC

write maven plugin that operate Sonar

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 the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: write maven plugin that operate Sonar

Posted by Wayne Fay <wa...@gmail.com>.
> 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
http://docs.codehaus.org/display/SONAR/Documentation
and
http://docs.codehaus.org/display/SONAR/Installing+Sonar

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: write maven plugin that operate Sonar

Posted by dror <dr...@gmail.com>.
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.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: write maven plugin that operate Sonar

Posted by Thomas Broyer <t....@gmail.com>.
On Thu, Jul 19, 2012 at 1:12 PM, dror <dr...@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/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: write maven plugin that operate Sonar

Posted by dror <dr...@gmail.com>.
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 at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: write maven plugin that operate Sonar

Posted by Pascal Rapicault <pa...@rapicault.net>.
did you try mvn sonar:sonar
On 2012-07-19, at 10:56 AM, dror wrote:

> 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 the Maven - Users mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org