Author: olamy Date: Wed Jan 9 09:46:19 2013 New Revision: 1430750 URL: http://svn.apache.org/viewvc?rev=1430750&view=rev Log: fix path
Modified: commons/proper/exec/trunk/pom.xml Modified: commons/proper/exec/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/pom.xml?rev=1430750&r1=1430749&r2=1430750&view=diff ============================================================================== --- commons/proper/exec/trunk/pom.xml (original) +++ commons/proper/exec/trunk/pom.xml Wed Jan 9 09:46:19 2013 @@ -260,7 +260,7 @@ <id>setup-checkout</id> <activation> <file> - <missing>${scmPubCheckoutDirectory}</missing> + <missing>site-content</missing> </file> </activation> <build> @@ -279,7 +279,7 @@ <configuration> <tasks> <exec executable="svn"> - <arg line="checkout - -depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" /> + <arg line="checkout ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" /> </exec> <!-- in case of paths to ignore (added manually) --> <!--