mirror of https://github.com/apache/archiva.git
[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:
parent
c8a1e6210b
commit
2a5d5cea40
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue