Hi, Thanks for the mail. My build-tools/pom is a basic pom.xml. Its pasted below: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>build-tools</groupId> <artifactId>build-tools</artifactId> <version>1.0</version> <packaging>jar</packaging> <name>build-tools</name> </project>
Thanks Shinjan On 6/4/08, Mick Knutson <[EMAIL PROTECTED]> wrote: > > can you post your build-tools/pom.xml please? > > > On Tue, Jun 3, 2008 at 1:40 PM, Dennis Lundberg <[EMAIL PROTECTED]> > wrote: > > > Hang on until tomorrow when we (hopefully) release version 2.2 of the > > plugin. That release includes updated docs for what you are asking for. > > Watch this list for the release announcement. > > > > shinjan sen wrote: > > > >> Hi, > >> I was trying to integrate my custom checkstyle configuration XML into > >> maven > >> build as follows: > >> > >> <reporting> > >> <plugins> > >> <plugin> > >> <groupId>org.apache.maven.plugins</groupId> > >> <artifactId>maven-checkstyle-plugin</artifactId> > >> <version>2.0-alpha-2</version> > >> <configuration> > >> <configLocation>my_checkstyle_config.xml</configLocation> > >> </configuration> > >> </plugin> > >> </plugins> > >> </reporting> > >> <build> > >> <extensions> > >> <extension> > >> <groupId>build-tools</groupId> > >> <artifactId>build-tools</artifactId> > >> <version>1.0</version> > >> </extension> > >> </extensions> > >> </build> > >> > >> The artifact build tools has got the xml my_checkstyle_config.xml in its > >> resources folder. > >> > >> The problem is that the output that I receive after execution of the > >> command > >> 'mvn site' is the same report thet gets generated from eclipse for the > >> default sun_checks.xml configuration. The mvn site command is not > picking > >> up > >> my custom checkstyle. > >> > >> Any pointers to possible solutions would be of great help to me. > >> > >> Many Thanks > >> Shinjan > >> > >> > > > > -- > > Dennis Lundberg > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > --- > Thank You… > > Mick Knutson > BASE Logic, inc. > > Website: http://baselogic.com > Blog: http://baselogic.com/blog > BLiNC Magazine: http://blincmagazine.com > Linked IN: http://linkedin.com/in/mickknutson > DJ Mick: http://djmick.com > MySpace: http://myspace.com/mickknutson > Tahoe: http://tahoe.baselogic.com >
