diff -Nru commons-vfs-2.0/core/pom.xml commons-vfs-2.0-gil/core/pom.xml --- commons-vfs-2.0/core/pom.xml 2011-08-18 15:57:10.000000000 +0200 +++ commons-vfs-2.0-gil/core/pom.xml 2012-06-18 11:47:33.151985239 +0200 @@ -40,7 +40,7 @@ commons-logging - ant + org.apache.ant ant true @@ -64,11 +64,11 @@ commons-httpclient true - + com.jcraft jsch @@ -167,6 +167,37 @@ + + org.apache.maven.plugins + maven-compiler-plugin + + + default-compile + compile + + + **/webdav/* + + + + compile + + + + default-testCompile + test-compile + + + **/webdav/test/* + + + + testCompile + + + + + diff -Nru commons-vfs-2.0/pom.xml commons-vfs-2.0-gil/pom.xml --- commons-vfs-2.0/pom.xml 2011-08-18 15:57:11.000000000 +0200 +++ commons-vfs-2.0-gil/pom.xml 2012-06-18 11:53:03.379995343 +0200 @@ -187,14 +187,14 @@ org.apache.maven.plugins maven-checkstyle-plugin - + + < version inherited from commons-parent > commons-${commons.componentid}-${commons.release.version} - + @@ -243,9 +243,10 @@ true + *.webdav.* - + @@ -273,11 +274,11 @@ test-jar test - + org.apache.commons commons-vfs-examples @@ -310,13 +311,13 @@ commons-compress 1.1 - + - ant + org.apache.ant ant 1.6.2 @@ -349,7 +350,7 @@ - +