aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2008-05-10 21:14:19 +0000
committerBrett Porter <brett@apache.org>2008-05-10 21:14:19 +0000
commit5d4435ac5e58f9f3be9e7a1cc1cae9a7362dbeee (patch)
treeb028de313eb0c03a4b885f7d8af61d9403a4144f
parent559d9689e0c0ca9b81778ffacd5cc8fb2654e9bc (diff)
downloadarchiva-5d4435ac5e58f9f3be9e7a1cc1cae9a7362dbeee.tar.gz
archiva-5d4435ac5e58f9f3be9e7a1cc1cae9a7362dbeee.zip
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
-rw-r--r--archiva-docs/pom.xml2
-rwxr-xr-xarchiva-docs/src/site/resources/css/site.css8
-rw-r--r--archiva-modules/pom.xml1
-rw-r--r--archiva-modules/src/site/site.xml (renamed from src/site/site.xml)0
-rw-r--r--pom.xml1
5 files changed, 11 insertions, 1 deletions
diff --git a/archiva-docs/pom.xml b/archiva-docs/pom.xml
index 1d67b1695..084d462f0 100644
--- a/archiva-docs/pom.xml
+++ b/archiva-docs/pom.xml
@@ -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>
diff --git a/archiva-docs/src/site/resources/css/site.css b/archiva-docs/src/site/resources/css/site.css
index 3ca753781..3a03fe931 100755
--- a/archiva-docs/src/site/resources/css/site.css
+++ b/archiva-docs/src/site/resources/css/site.css
@@ -60,4 +60,12 @@ pre.commandline .command {
font-weight: bold;
}
+#banner {
+ background: none;
+}
+
+#banner img {
+ margin: 10px;
+}
+
diff --git a/archiva-modules/pom.xml b/archiva-modules/pom.xml
index 1ee189681..2a68fd69e 100644
--- a/archiva-modules/pom.xml
+++ b/archiva-modules/pom.xml
@@ -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>
diff --git a/src/site/site.xml b/archiva-modules/src/site/site.xml
index 8f7ecf05d..8f7ecf05d 100644
--- a/src/site/site.xml
+++ b/archiva-modules/src/site/site.xml
diff --git a/pom.xml b/pom.xml
index af97ca1f1..ed172ea2f 100644
--- a/pom.xml
+++ b/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>