[MRM-1025] note about hard coding

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@825920 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2009-10-16 14:53:57 +00:00
parent c8a1e6210b
commit 2a5d5cea40
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ public class ArchivaMetadataCreationConsumer
throws ConsumerException
{
this.repository.setRepository( repo );
// TODO: remove hardcoding
this.metadataRepository = new FileMetadataRepository( new File( repository.getRepoRoot(), ".metadata" ) );
this.whenGathered = whenGathered;
}