]> source.dussan.org Git - archiva.git/commitdiff
updates for correct site generation with new version of the site plugin
authorBrett Porter <brett@apache.org>
Mon, 20 Dec 2010 07:44:08 +0000 (07:44 +0000)
committerBrett Porter <brett@apache.org>
Mon, 20 Dec 2010 07:44:08 +0000 (07:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/parent@1051010 13f79535-47bb-0310-9956-ffa450edef68

pom.xml
src/site/site.xml

diff --git a/pom.xml b/pom.xml
index 2ec05a680e1bdbd3842580da3cf8d2907faed3c9..0bbad36b02b6224d198792bca8f3bbf57a0d84a5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -38,6 +38,7 @@
     repositories, including administration, artifact handling,
     browsing and searching.
   </description>
+  <url>http://archiva.apache.org/</url>
   <issueManagement>
     <system>jira</system>
     <url>http://jira.codehaus.org/browse/MRM</url>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>2.0-beta-5</version>
+          <version>2.2</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
index 0b4a5d7c1872384fb98043a8df717072aaffa24d..72f86dbd79badcc1f8014b8fa07783b3c21db146 100644 (file)
@@ -22,8 +22,9 @@
   <!-- TODO: inherited publish, banner, skin -->
   <bannerLeft>
     <name>Apache Archiva</name>
-    <src>/images/archiva.png</src>
-    <href>http://archiva.apache.org/</href>
+    <src>http://archiva.apache.org/images/archiva.png</src>
+    <!-- have to add the index.html to get the right location, due to bug in Doxia. Still not correct for subdirectories though -->
+    <href>http://archiva.apache.org/index.html</href>
   </bannerLeft>
   <bannerRight>
     <name>Apache Software Foundation</name>
@@ -40,7 +41,6 @@
     <!-- TODO: inherited breadcrumbs, head, link menu -->
     <breadcrumbs>
       <item name="Apache" href="http://www.apache.org/"/>
-      <item name="Archiva" href="/" />
     </breadcrumbs>
 
     <head>