Sophie

Sophie

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

glassfish-el-2.2-1.mga2.src.rpm

diff -Nru glassfish-el-2.2/impl/pom.xml glassfish-el-2.2-gil/impl/pom.xml
--- glassfish-el-2.2/impl/pom.xml	2009-11-18 23:41:22.000000000 +0100
+++ glassfish-el-2.2-gil/impl/pom.xml	2011-07-31 16:29:07.844009121 +0200
@@ -119,12 +119,6 @@
                 </includes>
             </resource>
         </resources>
-        <extensions>
-            <extension>
-                <groupId>org.jvnet.wagon-svn</groupId>
-                <artifactId>wagon-svn</artifactId>
-            </extension>
-        </extensions>
     </build>
     <pluginRepositories>
         <pluginRepository>
diff -Nru glassfish-el-2.2/pom.xml glassfish-el-2.2-gil/pom.xml
--- glassfish-el-2.2/pom.xml	2009-11-18 23:41:22.000000000 +0100
+++ glassfish-el-2.2-gil/pom.xml	2011-07-31 16:21:34.510967239 +0200
@@ -47,40 +47,9 @@
                  </execution>
               </executions>
            </plugin>
-           <plugin>
-              <groupId>org.codehaus.mojo</groupId>
-              <artifactId>findbugs-maven-plugin</artifactId>
-              <version>2.1</version>
-              <configuration>
-                  <threshold>High</threshold>
-                  <excludeFilterFile>${findbugs.exclude}</excludeFilterFile>
-                  <findbugsXmlOutput>true</findbugsXmlOutput>
-                  <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
-              </configuration>
-           </plugin>
         </plugins>
-        <extensions>
-            <extension>
-                <groupId>org.jvnet.wagon-svn</groupId>
-                <artifactId>wagon-svn</artifactId>
-            </extension>
-        </extensions>
     </build>
 
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>findbugs-maven-plugin</artifactId>
-                <version>2.1</version>
-                <configuration>
-                    <threshold>High</threshold>
-                    <excludeFilterFile>${findbugs.exclude}</excludeFilterFile>
-                </configuration>
-            </plugin>
-        </plugins>
-    </reporting>
-
     <scm>
         <connection>scm:svn:https://uel.dev.java.net/svn/uel/tags/2.2</connection>
         <developerConnection>scm:svn:https://uel.dev.java.net/svn/uel/tags/2.2</developerConnection>