Sophie

Sophie

distrib > Mageia > 2 > i586 > media > core-release-src > by-pkgid > b0a4b7b094387c538fd72b1376cd4d32 > files > 1

json-lib-2.3-5.mga2.src.rpm

From 1e491f45f43516243168568d5248580b36dbacac Mon Sep 17 00:00:00 2001
From: Lubomir Rintel <lkundrak@v3.sk>
Date: Thu, 17 Jun 2010 16:17:37 +0200
Subject: [PATCH] Comment out useless stuff from pom

---
 pom.xml |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index 06f2366..317c2d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -233,18 +233,18 @@
       </dependency>
       <dependency>
          <groupId>org.codehaus.groovy</groupId>
-         <artifactId>groovy-all</artifactId>
+         <artifactId>groovy</artifactId>
          <version>1.5.7</version>
          <scope>compile</scope>
          <optional>true</optional>
       </dependency>
-      <dependency>
+      <!--dependency>
          <groupId>org.jruby</groupId>
          <artifactId>jruby</artifactId>
          <version>1.1</version>
          <scope>compile</scope>
          <optional>true</optional>
-      </dependency>
+      </dependency-->
       <dependency>
          <groupId>commons-httpclient</groupId>
          <artifactId>commons-httpclient</artifactId>
@@ -253,13 +253,13 @@
       </dependency>
    </dependencies>
 
-   <prerequisites>
+   <!--prerequisites>
       <maven>2.1.0</maven>
-   </prerequisites>
+   </prerequisites-->
 
    <build>
       <defaultGoal>install</defaultGoal>
-      <plugins>
+      <!--plugins>
          <plugin>
             <artifactId>maven-compiler-plugin</artifactId>
             <configuration>
@@ -305,10 +305,10 @@
                </execution>
             </executions>
          </plugin>
-      </plugins>
+      </plugins-->
    </build>
 
-   <reporting>
+   <!--reporting>
       <plugins>
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
@@ -364,7 +364,7 @@
             <artifactId>javancss-maven-plugin</artifactId>
             <version>2.0-beta-1</version>
          </plugin>
-         <!--
+         <!- -
          <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>findbugs-maven-plugin</artifactId>
@@ -380,9 +380,9 @@
                <newTag>CURRENT</newTag>
             </configuration>
          </plugin>
-         -->
+         - ->
       </plugins>
-   </reporting>
+   </reporting-->
 
    <distributionManagement>
       <repository>
-- 
1.7.0.1