You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2010/06/07 13:44:36 UTC

svn commit: r952194 - /openwebbeans/trunk/pom.xml

Author: struberg
Date: Mon Jun  7 11:44:35 2010
New Revision: 952194

URL: http://svn.apache.org/viewvc?rev=952194&view=rev
Log:
OWB-391 prepare for forced checkstyle runs

The maven-checkstyle-plugin is currently disabled, because
this would currently break the build.
But I'll enable it soon...

Modified:
    openwebbeans/trunk/pom.xml

Modified: openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/pom.xml?rev=952194&r1=952193&r2=952194&view=diff
==============================================================================
--- openwebbeans/trunk/pom.xml (original)
+++ openwebbeans/trunk/pom.xml Mon Jun  7 11:44:35 2010
@@ -267,6 +267,33 @@
                     </execution>
                 </executions>
             </plugin>
+
+<!-- TODO: ENABLE IT FINALLY!
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-checkstyle-plugin</artifactId>
+                <version>2.2</version>
+                <executions>
+                  <execution>
+                    <id>verify-style</id>
+                    <phase>verify</phase>
+                    <goals><goal>check</goal></goals>
+                  </execution>
+                </executions>
+                <configuration>
+                    <configLocation>openwebbeans/owb-checks-default.xml</configLocation>
+                    <headerLocation>openwebbeans/owb-header.txt</headerLocation>
+                </configuration>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.apache.openwebbeans.build-tools</groupId>
+                        <artifactId>checkstyle-rules</artifactId>
+                        <version>1.0.0-SNAPSHOT</version>
+                    </dependency>
+                </dependencies>
+            </plugin>
+-->
+            
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>rat-maven-plugin</artifactId>
@@ -600,16 +627,6 @@
                     <!-- Apache plugins in alphabetical order -->
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-checkstyle-plugin</artifactId>
-                        <version>2.2</version>
-                        <configuration>
-                            <configLocation>
-                                config/maven_checks.xml
-                            </configLocation>
-                        </configuration>
-                    </plugin>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-jxr-plugin</artifactId>
                         <version>2.1</version>
                         <configuration>