mirror of https://github.com/apache/maven.git
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:
parent
9812cb1b13
commit
cfd5e074ec
|
@ -41,7 +41,7 @@ import org.apache.maven.wagon.resource.Resource;
|
||||||
/**
|
/**
|
||||||
* Shamelessly copied from ScpExternalWagon in this same project...
|
* 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
|
public class CoreItHttpWagon
|
||||||
extends AbstractWagon
|
extends AbstractWagon
|
||||||
|
|
|
@ -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
|
* 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.
|
* 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
|
public class ScpExternalWagon
|
||||||
extends AbstractWagon
|
extends AbstractWagon
|
||||||
|
|
Loading…
Reference in New Issue