diff --git a/maven-repository-webapp/src/main/webapp/WEB-INF/tags/currentWWUrl.tag b/maven-repository-webapp/src/main/webapp/WEB-INF/tags/currentWWUrl.tag index d184992da..6febd7f06 100644 --- a/maven-repository-webapp/src/main/webapp/WEB-INF/tags/currentWWUrl.tag +++ b/maven-repository-webapp/src/main/webapp/WEB-INF/tags/currentWWUrl.tag @@ -18,8 +18,12 @@ <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ attribute name="action" required="true" %> <%@ attribute name="namespace" required="true" %> - - + + + + + + diff --git a/maven-repository-webapp/src/main/webapp/WEB-INF/web.xml b/maven-repository-webapp/src/main/webapp/WEB-INF/web.xml index d364847cc..90b5fdde9 100644 --- a/maven-repository-webapp/src/main/webapp/WEB-INF/web.xml +++ b/maven-repository-webapp/src/main/webapp/WEB-INF/web.xml @@ -14,11 +14,10 @@ ~ limitations under the License. --> - + - Maven Repository Manager