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:
Edwin L. Punzalan 2005-12-01 02:18:38 +00:00
parent 6423dfe71d
commit c3bc1ff5bd
1 changed files with 32 additions and 0 deletions

View File

@ -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>