legacy repo in tests is friendlier to windows systems with path length restrictions

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@164001 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-04-21 04:46:22 +00:00
parent 65b542741b
commit 40fbb1698d
6 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public class ArchetypeTest
// ----------------------------------------------------------------------
ArtifactRepositoryLayout layout = (ArtifactRepositoryLayout) container.lookup( ArtifactRepositoryLayout.ROLE,
"default" );
"legacy" );
String mavenRepoLocal = getTestFile( "target/local-repository" ).toURL().toString();
ArtifactRepository localRepository = new ArtifactRepository( "local", mavenRepoLocal, layout );