need to construct the repository checkout first

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@165285 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-04-29 09:31:42 +00:00
parent 19d8a27354
commit 07a1e529f8
1 changed files with 6 additions and 1 deletions

View File

@ -72,9 +72,14 @@
<delete dir="${basedir}/target/local-repo-scm" />
<!-- Could the SCM provider initialise this? -->
<exec executable="svn" dir="${basedir}/target" failonerror="true">
<arg line="co ${scm.url} -N local-repo-scm" />
</exec>
<artifact:localRepository id="local.repository.scm" location="${basedir}/target/local-repo-scm" layout="default"/>
<artifact:dependencies pathId="dependency.classpath">
<artifact:dependencies pathId="dependency.classpath.scm">
<dependency groupId="org.apache.maven.wagon" artifactId="wagon-provider-test" version="1.0-alpha-2"/>
<dependency groupId="org.codehaus.modello" artifactId="modello-core" version="1.0-alpha-2-SNAPSHOT"/>
<localRepository refid="local.repository.scm"/>