mirror of https://github.com/apache/archiva.git
tweaks
git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@424319 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6fe39949df
commit
972ed22374
|
@ -20,7 +20,9 @@
|
|||
<%@ taglib prefix="my" tagdir="/WEB-INF/tags" %>
|
||||
<html>
|
||||
<head>
|
||||
<title>Maven Repository Manager :: <decorator:title default="Maven Repository Manager" /></title>
|
||||
<title>Maven Repository Manager ::
|
||||
<decorator:title default="Maven Repository Manager" />
|
||||
</title>
|
||||
|
||||
<style type="text/css" media="all">
|
||||
@import url( "<%= request.getContextPath() %>/css/maven-base.css" );
|
||||
|
@ -34,7 +36,9 @@
|
|||
<body onload="<decorator:getProperty property="body.onload" />" class="composite">
|
||||
<div id="banner">
|
||||
<span id="bannerLeft">
|
||||
<img src="http://www.apache.org/images/asf_logo_wide.gif" alt="" width="537" height="51" />
|
||||
<%--
|
||||
<img src="http://www.apache.org/images/asf_logo_wide.gif" alt="" width="537" height="51" />
|
||||
--%>
|
||||
</span>
|
||||
<span id="bannerRight">
|
||||
<!-- img src="..." alt="" /> -->
|
||||
|
|
14
pom.xml
14
pom.xml
|
@ -89,16 +89,16 @@
|
|||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<source>1.4</source>
|
||||
<target>1.4</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<source>1.4</source>
|
||||
<target>1.4</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-idea-plugin</artifactId>
|
||||
<configuration>
|
||||
|
|
Loading…
Reference in New Issue