Sophie

Sophie

distrib > Fedora > 17 > x86_64 > media > updates-src > by-pkgid > 1dbbfe8e00021f360b7a73210fa2b4b1 > files > 2

jboss-as-7.1.1-9.3.fc17.src.rpm

From c58d3127467dfb10fc7b534757af4eca8801e2ef Mon Sep 17 00:00:00 2001
From: Marek Goldmann <goldmann@fedoraproject.org>
Date: Thu, 26 Jan 2012 08:58:21 -0500
Subject: [PATCH] Disable checkstyle

---
 pom.xml | 33 ---------------------------------
 1 file changed, 33 deletions(-)

diff --git a/pom.xml b/pom.xml
index c4ea094..a9336c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -309,10 +309,6 @@
             </plugin>
 
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-checkstyle-plugin</artifactId>
-            </plugin>
-            <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>buildnumber-maven-plugin</artifactId>
                 <executions>
@@ -368,35 +364,6 @@
                     </configuration>
                 </plugin>
 
-                <!-- Checkstyle -->
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-checkstyle-plugin</artifactId>
-                    <version>${version.checkstyle.plugin}</version>
-                    <configuration>
-                        <configLocation>jboss-as-checkstyle/checkstyle.xml</configLocation>
-                        <consoleOutput>true</consoleOutput>
-                        <failsOnError>true</failsOnError>
-                        <useFile/>
-                    </configuration>
-                    <dependencies>
-                        <dependency>
-                            <groupId>org.jboss.as</groupId>
-                            <artifactId>jboss-as-build-config</artifactId>
-                            <version>${project.version}</version>
-                        </dependency>
-                    </dependencies>
-                    <executions>
-                        <execution>
-                            <id>check-style</id>
-                            <phase>compile</phase>
-                            <goals>
-                                <goal>checkstyle</goal>
-                            </goals>
-                        </execution>
-                    </executions>
-                </plugin>
-
                 <!-- Ban bad dependencies -->
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>