[
http://jira.codehaus.org/browse/MRM-980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=225861#action_225861
]
Maria Odea Ching commented on MRM-980:
--------------------------------------
Also, the test() method in SourceArtifactsTest class is wrong. It should be as
follows:
{code}
metadataResolverControl.expectAndReturn(
metadataResolver.getRootNamespaces(TEST_REPO_ID),
(ArrayList<Artifact>)getRootNameSpace() );
// put the rest of the expected calls to metadataResolver here
metadataResolverControl.replay();
sa.getSourceArtifactList();
metadataResolverControl.verify();
{code}
> Ability to merge repositories
> -----------------------------
>
> Key: MRM-980
> URL: http://jira.codehaus.org/browse/MRM-980
> Project: Archiva
> Issue Type: New Feature
> Reporter: Wendy Smoak
> Fix For: Backlog
>
> Attachments: SourceAritfacts.java, stage-repository-merge.patch,
> stage-repository-merge.zip
>
>
> Need to be able to merge one repository into another, updating metadata and
> not overwriting existing artifacts.
> The source repository should remain unchanged.
> It should produce output listing what was merged and what wasn't.
> Additions to the target repo should show in the audit log.
> Related thread: http://www.nabble.com/Merging-repositories-ts19850359.html
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira