mirror of https://github.com/apache/maven.git
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:
parent
65b542741b
commit
40fbb1698d
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue