mirror of https://github.com/apache/archiva.git
adjust site structure in accordance with modules, and make the header consistent with the main site
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@655189 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
559d9689e0
commit
5d4435ac5e
|
@ -28,7 +28,7 @@
|
|||
<version>1.1-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Archiva Documentation</name>
|
||||
<url>http://maven.apache.org/archiva/docs/${project.version}/</url>
|
||||
<url>http://archiva.apache.org/docs/${project.version}/</url>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
|
|
@ -60,4 +60,12 @@ pre.commandline .command {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
#banner {
|
||||
background: none;
|
||||
}
|
||||
|
||||
#banner img {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
<artifactId>archiva-modules</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Archiva :: Modules</name>
|
||||
<url>http://archiva.apache.org/ref/${project.version}</url>
|
||||
<modules>
|
||||
<module>archiva-base</module>
|
||||
<module>archiva-database</module>
|
||||
|
|
1
pom.xml
1
pom.xml
|
@ -35,6 +35,7 @@
|
|||
<artifactId>archiva</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.1-SNAPSHOT</version>
|
||||
<url>http://archiva.apache.org</url>
|
||||
<scm>
|
||||
<connection>scm:svn:http://svn.apache.org/repos/asf/archiva/trunk</connection>
|
||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/trunk</developerConnection>
|
||||
|
|
Loading…
Reference in New Issue