mirror of https://github.com/apache/archiva.git
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:
parent
f24cdcbd13
commit
00ccbaa3e2
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue