From 5d4435ac5e58f9f3be9e7a1cc1cae9a7362dbeee Mon Sep 17 00:00:00 2001 From: Brett Porter Date: Sat, 10 May 2008 21:14:19 +0000 Subject: 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 --- archiva-docs/pom.xml | 2 +- archiva-docs/src/site/resources/css/site.css | 8 +++++++ archiva-modules/pom.xml | 1 + archiva-modules/src/site/site.xml | 31 ++++++++++++++++++++++++++++ pom.xml | 1 + src/site/site.xml | 31 ---------------------------- 6 files changed, 42 insertions(+), 32 deletions(-) create mode 100644 archiva-modules/src/site/site.xml delete mode 100644 src/site/site.xml 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 @@ 1.1-SNAPSHOT pom Archiva Documentation - http://maven.apache.org/archiva/docs/${project.version}/ + http://archiva.apache.org/docs/${project.version}/ 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 @@ archiva-modules pom Archiva :: Modules + http://archiva.apache.org/ref/${project.version} archiva-base archiva-database diff --git a/archiva-modules/src/site/site.xml b/archiva-modules/src/site/site.xml new file mode 100644 index 000000000..8f7ecf05d --- /dev/null +++ b/archiva-modules/src/site/site.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + diff --git a/pom.xml b/pom.xml index af97ca1f1..ed172ea2f 100644 --- a/pom.xml +++ b/pom.xml @@ -35,6 +35,7 @@ archiva pom 1.1-SNAPSHOT + http://archiva.apache.org scm:svn:http://svn.apache.org/repos/asf/archiva/trunk scm:svn:https://svn.apache.org/repos/asf/archiva/trunk diff --git a/src/site/site.xml b/src/site/site.xml deleted file mode 100644 index 8f7ecf05d..000000000 --- a/src/site/site.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - -- cgit v1.2.3