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