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