Blame SOURCES/apache-commons-vfs-2.0-build.patch

8862da
diff -Nru commons-vfs-2.0/core/pom.xml commons-vfs-2.0-gil/core/pom.xml
8862da
--- commons-vfs-2.0/core/pom.xml	2011-08-18 15:57:10.000000000 +0200
8862da
+++ commons-vfs-2.0-gil/core/pom.xml	2012-06-18 11:47:33.151985239 +0200
8862da
@@ -40,7 +40,7 @@
8862da
       <artifactId>commons-logging</artifactId>
8862da
     </dependency>
8862da
     <dependency>
8862da
-      <groupId>ant</groupId>
8862da
+      <groupId>org.apache.ant</groupId>
8862da
       <artifactId>ant</artifactId>
8862da
       <optional>true</optional>
8862da
     </dependency>
8862da
@@ -64,11 +64,11 @@
8862da
       <artifactId>commons-httpclient</artifactId>
8862da
       <optional>true</optional>
8862da
     </dependency>
8862da
-    <dependency>
8862da
+    
8862da
       <groupId>org.apache.jackrabbit</groupId>
8862da
       <artifactId>jackrabbit-webdav</artifactId>
8862da
       <optional>true</optional>
8862da
-    </dependency>
8862da
+    </dependency-->
8862da
     <dependency>
8862da
       <groupId>com.jcraft</groupId>
8862da
       <artifactId>jsch</artifactId>
8862da
@@ -167,6 +167,37 @@
8862da
         </configuration>
8862da
       </plugin>
8862da
 
8862da
+      <plugin>
8862da
+        <groupId>org.apache.maven.plugins</groupId>
8862da
+        <artifactId>maven-compiler-plugin</artifactId>
8862da
+        <executions>
8862da
+          <execution>
8862da
+            <id>default-compile</id>
8862da
+            <phase>compile</phase>
8862da
+            <configuration>
8862da
+              <excludes>
8862da
+                <exclude>**/webdav/*</exclude>
8862da
+              </excludes>
8862da
+            </configuration>
8862da
+            <goals>
8862da
+              <goal>compile</goal>
8862da
+            </goals>
8862da
+          </execution>
8862da
+          <execution>
8862da
+            <id>default-testCompile</id>
8862da
+            <phase>test-compile</phase>
8862da
+            <configuration>
8862da
+              <testExcludes>
8862da
+                <exclude>**/webdav/test/*</exclude>
8862da
+              </testExcludes>
8862da
+            </configuration>
8862da
+            <goals>
8862da
+              <goal>testCompile</goal>
8862da
+            </goals>
8862da
+          </execution>
8862da
+        </executions>
8862da
+      </plugin>
8862da
+
8862da
     </plugins>
8862da
   </build>
8862da
   <profiles>
8862da
diff -Nru commons-vfs-2.0/pom.xml commons-vfs-2.0-gil/pom.xml
8862da
--- commons-vfs-2.0/pom.xml	2011-08-18 15:57:11.000000000 +0200
8862da
+++ commons-vfs-2.0-gil/pom.xml	2012-06-18 11:53:03.379995343 +0200
8862da
@@ -187,14 +187,14 @@
8862da
         <groupId>org.apache.maven.plugins</groupId>
8862da
         <artifactId>maven-checkstyle-plugin</artifactId>
8862da
       </plugin>
8862da
-      <plugin>
8862da
+      
8862da
         <groupId>org.apache.commons</groupId>
8862da
         <artifactId>commons-build-plugin</artifactId>
8862da
-        
8862da
+        < version inherited from commons-parent >
8862da
         <configuration>
8862da
             <commons.release.name>commons-${commons.componentid}-${commons.release.version}</commons.release.name>
8862da
         </configuration>
8862da
-      </plugin>
8862da
+      </plugin-->
8862da
     </plugins>
8862da
   </build>
8862da
 
8862da
@@ -243,9 +243,10 @@
8862da
             </tag>
8862da
           </tags>
8862da
           <aggregate>true</aggregate>
8862da
+          <excludePackageNames>*.webdav.*</excludePackageNames>
8862da
         </configuration>
8862da
       </plugin>
8862da
-      <plugin>
8862da
+      
8862da
         <groupId>org.codehaus.mojo</groupId>
8862da
         <artifactId>findbugs-maven-plugin</artifactId>
8862da
         <version>2.3.2</version>
8862da
@@ -254,7 +255,7 @@
8862da
           <effort>Default</effort>
8862da
           <excludeFilterFile>findbugs-exclude-filter.xml</excludeFilterFile>
8862da
        </configuration>
8862da
-      </plugin>
8862da
+      </plugin-->
8862da
     </plugins>
8862da
   </reporting>
8862da
 
8862da
@@ -273,11 +274,11 @@
8862da
         <type>test-jar</type>
8862da
         <scope>test</scope>
8862da
       </dependency>
8862da
-      <dependency>
8862da
+      
8862da
         <groupId>org.apache.commons</groupId>
8862da
         <artifactId>commons-vfs-sandbox</artifactId>
8862da
         <version>${project.version}</version>
8862da
-      </dependency>
8862da
+      </dependency-->
8862da
       <dependency>
8862da
         <groupId>org.apache.commons</groupId>
8862da
         <artifactId>commons-vfs-examples</artifactId>
8862da
@@ -310,13 +311,13 @@
8862da
         <artifactId>commons-compress</artifactId>
8862da
         <version>1.1</version>
8862da
       </dependency>
8862da
-      <dependency>
8862da
+      
8862da
         <groupId>org.apache.jackrabbit</groupId>
8862da
         <artifactId>jackrabbit-webdav</artifactId>
8862da
         <version>1.5.2</version>
8862da
-      </dependency>
8862da
+      </dependency-->
8862da
       <dependency>
8862da
-        <groupId>ant</groupId>
8862da
+        <groupId>org.apache.ant</groupId>
8862da
         <artifactId>ant</artifactId>
8862da
         <version>1.6.2</version>
8862da
       </dependency>
8862da
@@ -349,7 +350,7 @@
8862da
     </dependencies>
8862da
   </dependencyManagement>
8862da
 
8862da
-  <dependencies>
8862da
+  
8862da
     <dependency>
8862da
       <groupId>org.apache.maven.scm</groupId>
8862da
       <artifactId>maven-scm-api</artifactId>
8862da
@@ -360,7 +361,7 @@
8862da
       <artifactId>maven-scm-provider-svnexe</artifactId>
8862da
       <version>1.4</version>
8862da
     </dependency>
8862da
-  </dependencies>
8862da
+  </dependencies-->
8862da
 
8862da
   <repositories>
8862da
     <repository>