You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by lt...@apache.org on 2009/04/29 10:51:57 UTC

svn commit: r769717 - in /maven/doxia: doxia-sitetools/trunk/pom.xml doxia/trunk/pom.xml

Author: ltheussl
Date: Wed Apr 29 08:51:55 2009
New Revision: 769717

URL: http://svn.apache.org/viewvc?rev=769717&view=rev
Log:
Use doxia checkstyle config

Modified:
    maven/doxia/doxia-sitetools/trunk/pom.xml
    maven/doxia/doxia/trunk/pom.xml

Modified: maven/doxia/doxia-sitetools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/pom.xml?rev=769717&r1=769716&r2=769717&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/pom.xml Wed Apr 29 08:51:55 2009
@@ -267,6 +267,12 @@
               </tagletArtifacts>
             </configuration>
           </plugin>
+          <plugin>
+            <artifactId>maven-checkstyle-plugin</artifactId>
+            <configuration>
+              <configLocation>http://svn.apache.org/repos/asf/maven/doxia/doxia/trunk/src/main/resources/config/doxia_checkstyle.xml</configLocation>
+            </configuration>
+          </plugin>
         </plugins>
       </reporting>
     </profile>

Modified: maven/doxia/doxia/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=769717&r1=769716&r2=769717&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/pom.xml (original)
+++ maven/doxia/doxia/trunk/pom.xml Wed Apr 29 08:51:55 2009
@@ -356,6 +356,12 @@
               </tagletArtifacts>
             </configuration>
           </plugin>
+          <plugin>
+            <artifactId>maven-checkstyle-plugin</artifactId>
+            <configuration>
+              <configLocation>http://svn.apache.org/repos/asf/maven/doxia/doxia/trunk/src/main/resources/config/doxia_checkstyle.xml</configLocation>
+            </configuration>
+          </plugin>
         </plugins>
       </reporting>
     </profile>