use the correct maven2 type for a maven2 plugin request to fix test

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@646431 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2008-04-09 16:36:19 +00:00
parent f24cdcbd13
commit 00ccbaa3e2
2 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ public class ManagedDefaultTransferTest
public void testGetFromLegacyProxyPluginNotPresentInManaged()
throws Exception
{
String legacyPath = "org.apache.maven.test/plugins/example-maven-plugin-0.42.jar";
String legacyPath = "org.apache.maven.test/maven-plugins/example-maven-plugin-0.42.jar";
String path = "org/apache/maven/test/example-maven-plugin/0.42/example-maven-plugin-0.42.jar";
setupTestableManagedRepository( path );