Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > aef04f5ecc9af4bc34e980359a06850f > files > 1

arquillian-osgi-1.0.2-4.mga3.src.rpm

From 4480dec5bd77986558f1d8b77a17593a2ec4d43f Mon Sep 17 00:00:00 2001
From: Marek Goldmann <goldmann@fedoraproject.org>
Date: Fri, 8 Jun 2012 08:42:30 +0200
Subject: [PATCH 1/4] Disable checkstyle

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

diff --git a/pom.xml b/pom.xml
index 9eb3fdc..2eced0a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,25 +108,6 @@
     <build>
         <plugins>
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-checkstyle-plugin</artifactId>
-                <configuration>
-                    <configLocation>${basedir}/../checkstyle.xml</configLocation>
-                    <consoleOutput>true</consoleOutput>
-                    <failsOnError>true</failsOnError>
-                    <useFile />
-                </configuration>
-                <executions>
-                    <execution>
-                        <id>check-style</id>
-                        <phase>compile</phase>
-                        <goals>
-                            <goal>checkstyle</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <failIfNoTests>false</failIfNoTests>
-- 
1.7.10.2