Hi,

I think you are confusing two things: Build goals and Report goals.
Any goal (both build and report goals) that's executed directly from commandline should be configured as part of the build plugin. If you want a plugin to generate reports as part of the *site* lifecycle, then you need to configure it in reporting section.

So I think the documentation is correct.

Robert

Op Mon, 07 Oct 2013 16:56:28 +0200 schreef Andrew Pennebaker <[email protected]>:

This one:

https://maven.apache.org/plugins/maven-checkstyle-plugin/examples/custom-checker-config.html


On Fri, Oct 4, 2013 at 9:48 AM, Dennis Lundberg <[email protected]> wrote:

Hi Andrew,

Which tutorial is out of date?
If you give me your working config, I can update the tutorials if needed.


On Thu, Sep 26, 2013 at 4:33 PM, Andrew Pennebaker
<[email protected]> wrote:
> Ah, the tutorials for this are out of date. For version 2.10 of this
> plugin, the stuff should go inside `<build>`, not `<reporting>`.
>
>
> On Tue, Sep 24, 2013 at 3:00 PM, Andrew Pennebaker <
[email protected]>wrote:
>
>> Could someone help me tweak my checkstyle plugin in my pom?
>>
>> I would like `mvn checkstyle:check` to output the checkstyle results
>> directly to the console, but setting <consoleOutput>true</consoleOutput>
>> has no effect; it all goes to target/checkstyle-results.xml.
>>



--
Dennis Lundberg

---------------------------------------------------------------------
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]

Reply via email to