use pom configuration of checkstyle

View: New views
6 Messages — Rating Filter:   Alert me  

use pom configuration of checkstyle

by javadevdave@googlemail.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello!

Is there any way to "configure" sonar by the pom of my project?
I have a lot of checkstyle and pmd configuration in the pom, but sonar
takes only quality-profiles... how can i say sonar to use the pom's
config?

thanks again!

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



RE: use pom configuration of checkstyle

by CMYAnko :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Can you import it into a quality profile?


==========
Curtis Yanko
Application & Developer Infrastructure Services
Source->Build->Deploy
W: 860.702.9059
M: 860.881.2050

-----Original Message-----
From: javadevdave@... [mailto:javadevdave@...]
Sent: Tuesday, June 30, 2009 11:07 AM
To: user@...
Subject: [sonar-user] use pom configuration of checkstyle

Hello!

Is there any way to "configure" sonar by the pom of my project?
I have a lot of checkstyle and pmd configuration in the pom, but sonar
takes only quality-profiles... how can i say sonar to use the pom's
config?

thanks again!

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



This e-mail, including attachments, may include confidential and/or
proprietary information, and may be used only by the person or entity
to which it is addressed. If the reader of this e-mail is not the intended
recipient or his or her authorized agent, the reader is hereby notified
that any dissemination, distribution or copying of this e-mail is
prohibited. If you have received this e-mail in error, please notify the
sender by replying to this message and delete this e-mail immediately.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: use pom configuration of checkstyle

by javadevdave@googlemail.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Is it possible to import a pom.xml into a profile ?!

By "checkstyle configuration in my pom" I don't mean the rulefile from
checkstyle.
But there are additional configurations in the maven-checkstyle-plugin
configuration-section in the pom of my project...

And my question is, wether there is a way, that sonar use this
configuration to put it into checkstyle....

thanks!

2009/6/30 Yanko, Curtis <curt_yanko@...>:

> Can you import it into a quality profile?
>
>
> ==========
> Curtis Yanko
> Application & Developer Infrastructure Services
> Source->Build->Deploy
> W: 860.702.9059
> M: 860.881.2050
>
> -----Original Message-----
> From: javadevdave@... [mailto:javadevdave@...]
> Sent: Tuesday, June 30, 2009 11:07 AM
> To: user@...
> Subject: [sonar-user] use pom configuration of checkstyle
>
> Hello!
>
> Is there any way to "configure" sonar by the pom of my project?
> I have a lot of checkstyle and pmd configuration in the pom, but sonar
> takes only quality-profiles... how can i say sonar to use the pom's
> config?
>
> thanks again!
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>
> This e-mail, including attachments, may include confidential and/or
> proprietary information, and may be used only by the person or entity
> to which it is addressed. If the reader of this e-mail is not the intended
> recipient or his or her authorized agent, the reader is hereby notified
> that any dissemination, distribution or copying of this e-mail is
> prohibited. If you have received this e-mail in error, please notify the
> sender by replying to this message and delete this e-mail immediately.
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: use pom configuration of checkstyle

by Freddy Mallet :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Dave,

http://jira.codehaus.org/browse/SONAR-583 is certainly the answer to your question. 

It'll be fixed in Sonar 1.11.

Freddy


On Tue, Jun 30, 2009 at 6:45 PM, javadevdave@... <javadevdave@...> wrote:
Is it possible to import a pom.xml into a profile ?!

By "checkstyle configuration in my pom" I don't mean the rulefile from
checkstyle.
But there are additional configurations in the maven-checkstyle-plugin
configuration-section in the pom of my project...

And my question is, wether there is a way, that sonar use this
configuration to put it into checkstyle....

thanks!

2009/6/30 Yanko, Curtis <curt_yanko@...>:
> Can you import it into a quality profile?
>
>
> ==========
> Curtis Yanko
> Application & Developer Infrastructure Services
> Source->Build->Deploy
> W: 860.702.9059
> M: 860.881.2050
>
> -----Original Message-----
> From: javadevdave@... [mailto:javadevdave@...]
> Sent: Tuesday, June 30, 2009 11:07 AM
> To: user@...
> Subject: [sonar-user] use pom configuration of checkstyle
>
> Hello!
>
> Is there any way to "configure" sonar by the pom of my project?
> I have a lot of checkstyle and pmd configuration in the pom, but sonar
> takes only quality-profiles... how can i say sonar to use the pom's
> config?
>
> thanks again!
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>
> This e-mail, including attachments, may include confidential and/or
> proprietary information, and may be used only by the person or entity
> to which it is addressed. If the reader of this e-mail is not the intended
> recipient or his or her authorized agent, the reader is hereby notified
> that any dissemination, distribution or copying of this e-mail is
> prohibited. If you have received this e-mail in error, please notify the
> sender by replying to this message and delete this e-mail immediately.
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email




Re: use pom configuration of checkstyle

by javadevdave@googlemail.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

ok, that's the wonder I need ;-)

2009/6/30 Freddy Mallet <freddy.mallet@...>:

> Hello Dave,
> http://jira.codehaus.org/browse/SONAR-583 is certainly the answer to your
> question.
> It'll be fixed in Sonar 1.11.
> Freddy
>
>
> On Tue, Jun 30, 2009 at 6:45 PM, javadevdave@...
> <javadevdave@...> wrote:
>>
>> Is it possible to import a pom.xml into a profile ?!
>>
>> By "checkstyle configuration in my pom" I don't mean the rulefile from
>> checkstyle.
>> But there are additional configurations in the maven-checkstyle-plugin
>> configuration-section in the pom of my project...
>>
>> And my question is, wether there is a way, that sonar use this
>> configuration to put it into checkstyle....
>>
>> thanks!
>>
>> 2009/6/30 Yanko, Curtis <curt_yanko@...>:
>> > Can you import it into a quality profile?
>> >
>> >
>> > ==========
>> > Curtis Yanko
>> > Application & Developer Infrastructure Services
>> > Source->Build->Deploy
>> > W: 860.702.9059
>> > M: 860.881.2050
>> >
>> > -----Original Message-----
>> > From: javadevdave@... [mailto:javadevdave@...]
>> > Sent: Tuesday, June 30, 2009 11:07 AM
>> > To: user@...
>> > Subject: [sonar-user] use pom configuration of checkstyle
>> >
>> > Hello!
>> >
>> > Is there any way to "configure" sonar by the pom of my project?
>> > I have a lot of checkstyle and pmd configuration in the pom, but sonar
>> > takes only quality-profiles... how can i say sonar to use the pom's
>> > config?
>> >
>> > thanks again!
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe from this list, please visit:
>> >
>> >    http://xircles.codehaus.org/manage_email
>> >
>> >
>> >
>> > This e-mail, including attachments, may include confidential and/or
>> > proprietary information, and may be used only by the person or entity
>> > to which it is addressed. If the reader of this e-mail is not the
>> > intended
>> > recipient or his or her authorized agent, the reader is hereby notified
>> > that any dissemination, distribution or copying of this e-mail is
>> > prohibited. If you have received this e-mail in error, please notify the
>> > sender by replying to this message and delete this e-mail immediately.
>> >
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe from this list, please visit:
>> >
>> >    http://xircles.codehaus.org/manage_email
>> >
>> >
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>    http://xircles.codehaus.org/manage_email
>>
>>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: use pom configuration of checkstyle

by Olivier Gaudin-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

It is currently not possible in Sonar.

Olivier



On Tue, Jun 30, 2009 at 5:07 PM, javadevdave@... <javadevdave@...> wrote:
Hello!

Is there any way to "configure" sonar by the pom of my project?
I have a lot of checkstyle and pmd configuration in the pom, but sonar
takes only quality-profiles... how can i say sonar to use the pom's
config?

thanks again!

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email