Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release-src > by-pkgid > c35d35ac1b0b0c3f31b8aa5500ee4ef2 > files > 2

ezmorph-1.0.6-12.mga5.src.rpm

From e158f1e77aad80067522f21f42d940e9d02025c3 Mon Sep 17 00:00:00 2001
From: Lubomir Rintel <lkundrak@v3.sk>
Date: Thu, 17 Jun 2010 10:53:59 +0200
Subject: [PATCH] Skip useless plugins

---
 pom.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2d4a37b..dbd6f15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
 
    <build>
       <defaultGoal>install</defaultGoal>
-      <plugins>
+      <!--plugins>
          <plugin>
             <artifactId>maven-compiler-plugin</artifactId>
             <configuration>
@@ -142,10 +142,10 @@
                </includes>
             </configuration>
          </plugin>
-      </plugins>
+      </plugins-->
    </build>
 
-   <reporting>
+   <!--reporting>
       <plugins>
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
@@ -206,6 +206,6 @@
             <version>1.0.0</version>
          </plugin>
       </plugins>
-   </reporting>
+   </reporting-->
 
 </project>
-- 
1.7.0.1