Hi Fabrizio, > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: dimanche 22 janvier 2006 09:54 > To: [email protected] > Subject: svn commit: r371241 - /maven/plugins/trunk/maven-checkstyle- > plugin/src/site/apt/tips.apt
[snip] > MCHECKSTYLE-31 documentation issue, pom snippet invalid > > Modified: > maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/tips.apt > > Modified: maven/plugins/trunk/maven-checkstyle- > plugin/src/site/apt/tips.apt > URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-checkstyle- > plugin/src/site/apt/tips.apt?rev=371241&r1=371240&r2=371241&view=diff > ========================================================================== > ==== > --- maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/tips.apt > (original) > +++ maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/tips.apt Sun > Jan 22 00:54:26 2006 > @@ -70,17 +70,16 @@ > <configLocation>whizbang/checkstyle.xml</configLocation> > <headerLocation>whizbang/LICENSE.txt</headerLocation> > </configuration> > - <dependencies> > - <dependency> > - <groupId>com.example.whizbang</groupId> > - <artifactId>build-tools</artifactId> > - <version>1.0</version> > - </dependency> > - </dependencies> > </plugin> > </plugins> > </reporting> > - > + <dependencies> > + <dependency> > + <groupId>com.example.whizbang</groupId> > + <artifactId>build-tools</artifactId> > + <version>1.0</version> > + </dependency> > + </dependencies> Is this correct? What is the compile scope of build-tools? It seems it will be a "compile" scope. Brett put the dependency in the plugin because the build-tools dep is actually related only to the plugin and shouldn't be part of the normal project dependencies. Thanks -Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
