diff options
-rw-r--r-- | archiva-web/archiva-webapp/src/main/webapp/WEB-INF/web.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/web.xml b/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/web.xml index 82d730be3..3a5c4083f 100644 --- a/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/web.xml +++ b/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/web.xml @@ -71,8 +71,8 @@ <context-param> <param-name>contextConfigLocation</param-name> <param-value> - classpath*:/META-INF/plexus/components.xml - classpath*:/META-INF/spring-context.xml + classpath*:META-INF/plexus/components.xml + classpath*:META-INF/spring-context.xml /WEB-INF/classes/META-INF/plexus/application.xml /WEB-INF/classes/META-INF/plexus/components.xml /WEB-INF/applicationContext.xml |