o Fixed instantiation strategies

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1033968 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2010-11-11 15:45:09 +00:00
parent 9812cb1b13
commit cfd5e074ec
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ import org.apache.maven.wagon.resource.Resource;
/**
* Shamelessly copied from ScpExternalWagon in this same project...
*
* @plexus.component role="org.apache.maven.wagon.Wagon" role-hint="http-coreit"
* @plexus.component role="org.apache.maven.wagon.Wagon" role-hint="http-coreit" instantiation-strategy="per-lookup"
*/
public class CoreItHttpWagon
extends AbstractWagon

View File

@ -42,7 +42,7 @@ import org.apache.maven.wagon.resource.Resource;
* NOTE: Plexus will only pick this correctly if the Class package and name are the same as that in core. This is
* because the core component descriptor is read, but the class is read from the latter JAR.
*
* @plexus.component role="org.apache.maven.wagon.Wagon" role-hint="scpexe"
* @plexus.component role="org.apache.maven.wagon.Wagon" role-hint="scpexe" instantiation-strategy="per-lookup"
*/
public class ScpExternalWagon
extends AbstractWagon