Author: fgiust Date: Sun Jan 22 00:54:26 2006 New Revision: 371241 URL: http://svn.apache.org/viewcvs?rev=371241&view=rev Log: 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> <modules> <module>build-tools</module> <module>core</module> @@ -99,5 +98,3 @@ ------------------- Every sub project will use the same checkstyle setup and configuration. - -