mirror of
https://github.com/apache/archiva.git
synced 2025-02-08 11:06:03 +00:00
fix small typo
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1179246 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
34d9606346
commit
8de2760aac
@ -44,7 +44,7 @@ public static RepositoryConfig create( String file, String home )
|
||||
{
|
||||
String resourcePath = "org/apache/archiva/repository.xml";
|
||||
LoggerFactory.getLogger( ArchivaJcrRepositoryConfig.class ).info(
|
||||
"now repository.xml file in path {} so use default from resources path {}", file, resourcePath );
|
||||
"no repository.xml file in path {} so use default from resources path {}", file, resourcePath );
|
||||
// use bundled repository.xml
|
||||
return RepositoryConfig.create(
|
||||
Thread.currentThread( ).getContextClassLoader( ).getResourceAsStream( resourcePath ), home );
|
||||
|
Loading…
x
Reference in New Issue
Block a user