mirror of https://github.com/apache/archiva.git
PR: MRM-48
Submitted by: John Tolentino Added resources from patch git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@350105 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6423dfe71d
commit
c3bc1ff5bd
|
@ -0,0 +1,32 @@
|
|||
<component-set>
|
||||
<components>
|
||||
<component>
|
||||
<role>org.apache.maven.repository.reporting.ArtifactReporter</role>
|
||||
<role-hint>default</role-hint>
|
||||
<implementation>org.apache.maven.repository.reporting.DefaultArtifactReporter</implementation>
|
||||
<instantiation-strategy>per-lookup</instantiation-strategy>
|
||||
</component>
|
||||
<component>
|
||||
<role>org.apache.maven.repository.reporting.RepositoryQueryLayer</role>
|
||||
<role-hint>default</role-hint>
|
||||
<implementation>org.apache.maven.repository.reporting.DefaultRepositoryQueryLayer</implementation>
|
||||
<instantiation-strategy>per-lookup</instantiation-strategy>
|
||||
</component>
|
||||
</components>
|
||||
</component-set>
|
||||
<component-set>
|
||||
<components>
|
||||
<component>
|
||||
<role>org.apache.maven.repository.reporting.ArtifactReporter</role>
|
||||
<role-hint>default</role-hint>
|
||||
<implementation>org.apache.maven.repository.reporting.DefaultArtifactReporter</implementation>
|
||||
<instantiation-strategy>per-lookup</instantiation-strategy>
|
||||
</component>
|
||||
<component>
|
||||
<role>org.apache.maven.repository.reporting.RepositoryQueryLayer</role>
|
||||
<role-hint>default</role-hint>
|
||||
<implementation>org.apache.maven.repository.reporting.DefaultRepositoryQueryLayer</implementation>
|
||||
<instantiation-strategy>per-lookup</instantiation-strategy>
|
||||
</component>
|
||||
</components>
|
||||
</component-set>
|
Loading…
Reference in New Issue