You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/08/20 02:23:13 UTC

svn commit: r432909 - in /geronimo/genesis/trunk: ./ config/checkstyle-config/src/site/ config/checkstyle-config/src/site/apt/ config/clover-config/src/site/ config/clover-config/src/site/apt/ config/geronimo-skin/src/main/resources/META-INF/maven/ con...

Author: jdillon
Date: Sat Aug 19 17:23:10 2006
New Revision: 432909

URL: http://svn.apache.org/viewvc?rev=432909&view=rev
Log:
Added site configuration

Added:
    geronimo/genesis/trunk/config/checkstyle-config/src/site/
    geronimo/genesis/trunk/config/checkstyle-config/src/site/apt/
    geronimo/genesis/trunk/config/checkstyle-config/src/site/site.xml   (with props)
    geronimo/genesis/trunk/config/clover-config/src/site/
    geronimo/genesis/trunk/config/clover-config/src/site/apt/
    geronimo/genesis/trunk/config/clover-config/src/site/site.xml   (with props)
    geronimo/genesis/trunk/config/geronimo-skin/src/site/
    geronimo/genesis/trunk/config/geronimo-skin/src/site/apt/
    geronimo/genesis/trunk/config/geronimo-skin/src/site/site.xml   (with props)
    geronimo/genesis/trunk/config/logging-config/src/site/
    geronimo/genesis/trunk/config/logging-config/src/site/apt/
    geronimo/genesis/trunk/config/logging-config/src/site/site.xml   (with props)
    geronimo/genesis/trunk/config/project-config/src/
    geronimo/genesis/trunk/config/project-config/src/site/
    geronimo/genesis/trunk/config/project-config/src/site/apt/
    geronimo/genesis/trunk/config/project-config/src/site/site.xml   (with props)
    geronimo/genesis/trunk/config/src/
    geronimo/genesis/trunk/config/src/site/
    geronimo/genesis/trunk/config/src/site/apt/
    geronimo/genesis/trunk/config/src/site/site.xml   (with props)
    geronimo/genesis/trunk/plugins/plugin-support/src/site/
    geronimo/genesis/trunk/plugins/plugin-support/src/site/apt/
    geronimo/genesis/trunk/plugins/plugin-support/src/site/site.xml   (with props)
    geronimo/genesis/trunk/plugins/src/
    geronimo/genesis/trunk/plugins/src/site/
    geronimo/genesis/trunk/plugins/src/site/apt/
    geronimo/genesis/trunk/plugins/src/site/site.xml   (with props)
    geronimo/genesis/trunk/src/
    geronimo/genesis/trunk/src/site/
    geronimo/genesis/trunk/src/site/apt/
    geronimo/genesis/trunk/src/site/site.xml   (with props)
Modified:
    geronimo/genesis/trunk/config/geronimo-skin/src/main/resources/META-INF/maven/site.vm
    geronimo/genesis/trunk/config/project-config/pom.xml
    geronimo/genesis/trunk/plugins/plugin-support/pom.xml
    geronimo/genesis/trunk/plugins/pom.xml
    geronimo/genesis/trunk/pom.xml

Added: geronimo/genesis/trunk/config/checkstyle-config/src/site/site.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/config/checkstyle-config/src/site/site.xml?rev=432909&view=auto
==============================================================================
--- geronimo/genesis/trunk/config/checkstyle-config/src/site/site.xml (added)
+++ geronimo/genesis/trunk/config/checkstyle-config/src/site/site.xml Sat Aug 19 17:23:10 2006
@@ -0,0 +1,50 @@
+<?xml version="1.0"?>
+<!--
+    Copyright 2006 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Id$ -->
+
+<project name="${project.name}">
+    <skin>
+        <groupId>org.apache.geronimo.genesis.config</groupId>
+        <artifactId>geronimo-skin</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+    </skin>
+    
+    <publishDate format="dd MMM yyyy"/>
+    
+    <bannerLeft>
+        <src>images/topleft_logo_437x64.gif</src>
+    </bannerLeft>
+    
+    <!--
+    <bannerRight>
+        <name>${project.name}</name>
+    </bannerRight>
+    -->
+    
+    <body>
+        
+        ${parentProject}
+        
+        ${modules}
+        
+        ${reports}
+        
+    </body>
+</project>
+
+

Propchange: geronimo/genesis/trunk/config/checkstyle-config/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/genesis/trunk/config/checkstyle-config/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/genesis/trunk/config/checkstyle-config/src/site/site.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/genesis/trunk/config/clover-config/src/site/site.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/config/clover-config/src/site/site.xml?rev=432909&view=auto
==============================================================================
--- geronimo/genesis/trunk/config/clover-config/src/site/site.xml (added)
+++ geronimo/genesis/trunk/config/clover-config/src/site/site.xml Sat Aug 19 17:23:10 2006
@@ -0,0 +1,50 @@
+<?xml version="1.0"?>
+<!--
+    Copyright 2006 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Id$ -->
+
+<project name="${project.name}">
+    <skin>
+        <groupId>org.apache.geronimo.genesis.config</groupId>
+        <artifactId>geronimo-skin</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+    </skin>
+    
+    <publishDate format="dd MMM yyyy"/>
+    
+    <bannerLeft>
+        <src>images/topleft_logo_437x64.gif</src>
+    </bannerLeft>
+    
+    <!--
+    <bannerRight>
+        <name>${project.name}</name>
+    </bannerRight>
+    -->
+    
+    <body>
+        
+        ${parentProject}
+        
+        ${modules}
+        
+        ${reports}
+        
+    </body>
+</project>
+
+

Propchange: geronimo/genesis/trunk/config/clover-config/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/genesis/trunk/config/clover-config/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/genesis/trunk/config/clover-config/src/site/site.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/genesis/trunk/config/geronimo-skin/src/main/resources/META-INF/maven/site.vm
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/config/geronimo-skin/src/main/resources/META-INF/maven/site.vm?rev=432909&r1=432908&r2=432909&view=diff
==============================================================================
--- geronimo/genesis/trunk/config/geronimo-skin/src/main/resources/META-INF/maven/site.vm (original)
+++ geronimo/genesis/trunk/config/geronimo-skin/src/main/resources/META-INF/maven/site.vm Sat Aug 19 17:23:10 2006
@@ -1,30 +1,30 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
-#macro ( banner $banner $id )
-  #if ( $banner )
-    #if( $banner.href )
-      <a href="$banner.href" id="$id">
+#macro (banner $banner $id)
+  #if ($banner)
+    #if($banner.href)
+        <a href="$banner.href" id="$id">
     #else
         <span id="$id">
     #end
 
-    #if( $banner.src )
-        #set ( $src = $banner.src )
-        #if ( ! ( $src.toLowerCase().startsWith("http") || $src.toLowerCase().startsWith("https") ) )
-            #set ( $src = $PathTool.calculateLink( $src, $relativePath ) )
-            #set ( $src = $src.replaceAll( "\\", "/" ) )
+    #if($banner.src)
+        #set ($src = $banner.src)
+        #if (! ($src.toLowerCase().startsWith("http") || $src.toLowerCase().startsWith("https")))
+            #set ($src = $PathTool.calculateLink($src, $relativePath))
+            #set ($src = $src.replaceAll("\\", "/"))
         #end
-        #if ( $banner.alt )
-            #set ( $alt = $banner.alt )
+        #if ($banner.alt)
+            #set ($alt = $banner.alt)
         #else
-            #set ( $alt = "" )
+            #set ($alt = "")
         #end
-        <img src="$src" alt="$alt" />
+        <img src="$src" alt="$alt"/>
     #else
         $banner.name
     #end
 
-    #if( $banner.href )
+    #if($banner.href)
         </a>
     #else
         </span>
@@ -32,92 +32,92 @@
   #end
 #end
 
-#macro ( links $links )
-  #set ( $counter = 0 )
-  #foreach( $item in $links )
-    #set ( $counter = $counter + 1 )
-    #set ( $currentItemHref = $PathTool.calculateLink( $item.href, $relativePath ) )
-    #set ( $currentItemHref = $currentItemHref.replaceAll( "\\", "/" ) )
+#macro (links $links)
+  #set ($counter = 0)
+  #foreach($item in $links)
+    #set ($counter = $counter + 1)
+    #set ($currentItemHref = $PathTool.calculateLink($item.href, $relativePath))
+    #set ($currentItemHref = $currentItemHref.replaceAll("\\", "/"))
     <a href="$currentItemHref">$item.name</a>
-    #if ( $links.size() > $counter )
+    #if ($links.size() > $counter)
       |
     #end
   #end
 #end
 
-#macro ( breadcrumbs $breadcrumbs )
-  #set ( $counter = 0 )
-  #foreach( $item in $breadcrumbs )
-    #set ( $counter = $counter + 1 )
-    #set ( $currentItemHref = $PathTool.calculateLink( $item.href, $relativePath ) )
-    #set ( $currentItemHref = $currentItemHref.replaceAll( "\\", "/" ) )
+#macro (breadcrumbs $breadcrumbs)
+  #set ($counter = 0)
+  #foreach($item in $breadcrumbs)
+    #set ($counter = $counter + 1)
+    #set ($currentItemHref = $PathTool.calculateLink($item.href, $relativePath))
+    #set ($currentItemHref = $currentItemHref.replaceAll("\\", "/"))
 
-    #if ( $currentItemHref == $alignedFileName || $currentItemHref == "" )
+    #if ($currentItemHref == $alignedFileName || $currentItemHref == "")
       $item.name
     #else
       <a href="$currentItemHref">$item.name</a>
     #end
-    #if ( $breadcrumbs.size() > $counter )
+    #if ($breadcrumbs.size() > $counter)
       &gt;
     #end
   #end
 #end
 
-#macro ( displayTree $display $item )
-  #if ( $item && $item.items && $item.items.size() > 0 )
-    #foreach( $subitem in $item.items )
-      #set ( $subitemHref = $PathTool.calculateLink( $subitem.href, $relativePath ) )
-      #set ( $subitemHref = $subitemHref.replaceAll( "\\", "/" ) )
+#macro (displayTree $display $item)
+  #if ($item && $item.items && $item.items.size() > 0)
+    #foreach($subitem in $item.items)
+      #set ($subitemHref = $PathTool.calculateLink($subitem.href, $relativePath))
+      #set ($subitemHref = $subitemHref.replaceAll("\\", "/"))
 
-      #if ( $alignedFileName == $subitemHref )
-        #set ( $display = true )
+      #if ($alignedFileName == $subitemHref)
+        #set ($display = true)
       #end
 
-      #displayTree( $display $subitem )
+      #displayTree($display $subitem)
     #end
   #end
 #end
 
-#macro ( menuItem $item )
-  #set ( $collapse = "none" )
-  #set ( $currentItemHref = $PathTool.calculateLink( $item.href, $relativePath ) )
-  #set ( $currentItemHref = $currentItemHref.replaceAll( "\\", "/" ) )
-
-  #if ( $item && $item.items && $item.items.size() > 0 )
-    #if ( $item.collapse == false )
-      #set ( $collapse = "expanded" )
+#macro (menuItem $item)
+  #set ($collapse = "none")
+  #set ($currentItemHref = $PathTool.calculateLink($item.href, $relativePath))
+  #set ($currentItemHref = $currentItemHref.replaceAll("\\", "/"))
+
+  #if ($item && $item.items && $item.items.size() > 0)
+    #if ($item.collapse == false)
+      #set ($collapse = "expanded")
     #else
       ## By default collapsed
-      #set ( $collapse = "collapsed" )
+      #set ($collapse = "collapsed")
     #end
 
-    #set ( $display = false )
-    #displayTree( $display $item )
+    #set ($display = false)
+    #displayTree($display $item)
 
-    #if ( $alignedFileName == $currentItemHref || $display )
-      #set ( $collapse = "expanded" )
+    #if ($alignedFileName == $currentItemHref || $display)
+      #set ($collapse = "expanded")
     #end
   #end
   <li class="$collapse">
-    #if ( $item.img )
-      #if ( ! ( $item.img.toLowerCase().startsWith("http") || $item.img.toLowerCase().startsWith("https") ) )
-        #set ( $src = $PathTool.calculateLink( $item.img, $relativePath ) )
-        #set ( $src = $item.img.replaceAll( "\\", "/" ) )
+    #if ($item.img)
+      #if (! ($item.img.toLowerCase().startsWith("http") || $item.img.toLowerCase().startsWith("https")))
+        #set ($src = $PathTool.calculateLink($item.img, $relativePath))
+        #set ($src = $item.img.replaceAll("\\", "/"))
         <img src="$src"/>
       #else
         <img src="$item.img" align="absbottom" style="border-width: 0"/>
       #end
     #end
-    #if ( $alignedFileName == $currentItemHref )
+    #if ($alignedFileName == $currentItemHref)
       <strong>$item.name</strong>
     #else
       <a href="$currentItemHref">$item.name</a>
     #end
-  #if ( $item && $item.items && $item.items.size() > 0 )
-    #if ( $collapse == "expanded" )
+  #if ($item && $item.items && $item.items.size() > 0)
+    #if ($collapse == "expanded")
       <ul>
-        #foreach( $subitem in $item.items )
-          #menuItem( $subitem )
+        #foreach($subitem in $item.items)
+          #menuItem($subitem)
         #end
       </ul>
     #end
@@ -125,147 +125,147 @@
   </li>
 #end
 
-#macro ( mainMenu $menus )
-  #foreach( $menu in $menus )
-    #if ( $menu.name )
+#macro (mainMenu $menus)
+  #foreach($menu in $menus)
+    #if ($menu.name)
     <h5>$menu.name</h5>
     #end
     <ul>
-      #foreach( $item in $menu.items )
-        #menuItem( $item )
+      #foreach($item in $menu.items)
+        #menuItem($item)
       #end
     </ul>
   #end
 #end
 
-#macro ( copyright )
-  #if ( $project )
-    #set ( $currentYear = ${currentDate.year} + 1900 )
+#macro (copyright)
+  #if ($project)
+    #set ($currentYear = ${currentDate.year} + 1900)
 
-    #if ( ${project.inceptionYear} && ( ${project.inceptionYear} != ${currentYear.toString()} ) )
+    #if (${project.inceptionYear} && (${project.inceptionYear} != ${currentYear.toString()}))
       ${project.inceptionYear}-${currentYear}
     #else
       ${currentYear}
     #end
 
-    #if ( ${project.organization} && ${project.organization.name} )
+    #if (${project.organization} && ${project.organization.name})
       ${project.organization.name}
     #end
   #end
 #end
 
-#macro ( publishDate $position $publishDate $version )
-  #if ( $publishDate && $publishDate.format )
-    #set ( $format = $publishDate.format )
+#macro (publishDate $position $publishDate $version)
+  #if ($publishDate && $publishDate.format)
+    #set ($format = $publishDate.format)
   #else
-    #set ( $format = "MM/dd/yyyy" )
+    #set ($format = "MM/dd/yyyy")
   #end
 
-  $dateFormat.applyPattern( $format )
+  $dateFormat.applyPattern($format)
 
-  #set ( $dateToday = $dateFormat.format( $currentDate ) )
+  #set ($dateToday = $dateFormat.format($currentDate))
 
-  #if ( $publishDate && $publishDate.position )
-    #set ( $datePosition = $publishDate.position )
+  #if ($publishDate && $publishDate.position)
+    #set ($datePosition = $publishDate.position)
   #else
-    #set ( $datePosition = "left" )
+    #set ($datePosition = "left")
   #end
 
-  #if ( $version )
-    #if ( $version.position )
-      #set ( $versionPosition = $version.position )
+  #if ($version)
+    #if ($version.position)
+      #set ($versionPosition = $version.position)
     #else
-      #set ( $versionPosition = "left" )
+      #set ($versionPosition = "left")
     #end
   #end
 
-  #set ( $breadcrumbs = $decoration.body.breadcrumbs )
+  #set ($breadcrumbs = $decoration.body.breadcrumbs)
 
-  #if ( $datePosition.equalsIgnoreCase( $position ) )
-    #if ( ( $datePosition.equalsIgnoreCase( "right" ) ) || ( $datePosition.equalsIgnoreCase( "bottom" ) ) )
-      &nbsp;| $i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateToday
-      #if ( $versionPosition.equalsIgnoreCase( $position ) )
-        &nbsp;| $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}
+  #if ($datePosition.equalsIgnoreCase($position))
+    #if (($datePosition.equalsIgnoreCase("right")) || ($datePosition.equalsIgnoreCase("bottom")))
+      &nbsp;| $i18n.getString("site-renderer", $locale, "template.lastpublished"): $dateToday
+      #if ($versionPosition.equalsIgnoreCase($position))
+        &nbsp;| $i18n.getString("site-renderer", $locale, "template.version"): ${project.version}
       #end
-    #elseif ( ( $datePosition.equalsIgnoreCase( "navigation-bottom" ) ) || ( $datePosition.equalsIgnoreCase( "navigation-top" ) ) )
+    #elseif (($datePosition.equalsIgnoreCase("navigation-bottom")) || ($datePosition.equalsIgnoreCase("navigation-top")))
       <div id="lastPublished">
-        $i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateToday
-        #if ( $versionPosition.equalsIgnoreCase( $position ) )
-          &nbsp;| $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}
+        $i18n.getString("site-renderer", $locale, "template.lastpublished"): $dateToday
+        #if ($versionPosition.equalsIgnoreCase($position))
+          &nbsp;| $i18n.getString("site-renderer", $locale, "template.version"): ${project.version}
         #end
       </div>
-    #elseif ( $datePosition.equalsIgnoreCase("left") )
+    #elseif ($datePosition.equalsIgnoreCase("left"))
       <div class="xleft">
-        $i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateToday
-        #if ( $versionPosition.equalsIgnoreCase( $position ) )
-          &nbsp;| $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}
+        $i18n.getString("site-renderer", $locale, "template.lastpublished"): $dateToday
+        #if ($versionPosition.equalsIgnoreCase($position))
+          &nbsp;| $i18n.getString("site-renderer", $locale, "template.version"): ${project.version}
         #end
-        #if ( $breadcrumbs && $breadcrumbs.size() > 0 )
-          | #breadcrumbs( $breadcrumbs )
+        #if ($breadcrumbs && $breadcrumbs.size() > 0)
+          | #breadcrumbs($breadcrumbs)
         #end
       </div>
     #end
-  #elseif ( $versionPosition.equalsIgnoreCase( $position ) )
-    #if ( ( $versionPosition.equalsIgnoreCase( "right" ) ) || ( $versionPosition.equalsIgnoreCase( "bottom" ) ) )
-      &nbsp;| $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}
-    #elseif ( ( $versionPosition.equalsIgnoreCase( "navigation-bottom" ) ) || ( $versionPosition.equalsIgnoreCase( "navigation-top" ) ) )
+  #elseif ($versionPosition.equalsIgnoreCase($position))
+    #if (($versionPosition.equalsIgnoreCase("right")) || ($versionPosition.equalsIgnoreCase("bottom")))
+      &nbsp;| $i18n.getString("site-renderer", $locale, "template.version"): ${project.version}
+    #elseif (($versionPosition.equalsIgnoreCase("navigation-bottom")) || ($versionPosition.equalsIgnoreCase("navigation-top")))
       <div id="lastPublished">
-        $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}
+        $i18n.getString("site-renderer", $locale, "template.version"): ${project.version}
       </div>
-    #elseif ( $versionPosition.equalsIgnoreCase("left") )
+    #elseif ($versionPosition.equalsIgnoreCase("left"))
       <div class="xleft">
-        $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}
-        #if ( $breadcrumbs && $breadcrumbs.size() > 0 )
-          | #breadcrumbs( $breadcrumbs )
+        $i18n.getString("site-renderer", $locale, "template.version"): ${project.version}
+        #if ($breadcrumbs && $breadcrumbs.size() > 0)
+          | #breadcrumbs($breadcrumbs)
         #end
       </div>
     #end
-  #elseif ( $position.equalsIgnoreCase( "left" ) )
-    #if ( $breadcrumbs && $breadcrumbs.size() > 0 )
+  #elseif ($position.equalsIgnoreCase("left"))
+    #if ($breadcrumbs && $breadcrumbs.size() > 0)
       <div class="xleft">
-        #breadcrumbs( $breadcrumbs )
+        #breadcrumbs($breadcrumbs)
       </div>
     #end
   #end
 #end
 
-#macro ( poweredByLogo $poweredBy )
-    #if( $poweredBy )
+#macro (poweredByLogo $poweredBy)
+    #if($poweredBy)
         #foreach ($item in $poweredBy)
-            #if( $item.href )
-                #set ( $href = $PathTool.calculateLink( $item.href, $relativePath ) )
-                #set ( $href = $href.replaceAll( "\\", "/" ) )
+            #if($item.href)
+                #set ($href = $PathTool.calculateLink($item.href, $relativePath))
+                #set ($href = $href.replaceAll("\\", "/"))
             #else
-                #set ( $href="http://maven.apache.org/" )
+                #set ($href="http://maven.apache.org/")
             #end
 
-            #if( $item.name )
-                #set ( $name = $item.name )
+            #if($item.name)
+                #set ($name = $item.name)
             #else
-                #set ( $name = $i18n.getString( "site-renderer", $locale, "template.builtby" )  )
-                #set ( $name = "${name} Maven"  )
+                #set ($name = $i18n.getString("site-renderer", $locale, "template.builtby") )
+                #set ($name = "${name} Maven" )
             #end
 
-            #if( $item.img )
-                #set ( $img = $item.img )
+            #if($item.img)
+                #set ($img = $item.img)
             #else
-                #set ( $img = "images/logos/maven-feather.png" )
+                #set ($img = "images/logos/maven-feather.png")
             #end
 
             <a href="$href" title="$name" id="poweredBy">
-              #set ( $img = $PathTool.calculateLink( $img, $relativePath ) )
-              #set ( $img = $img.replaceAll( "\\", "/" ) )
+              #set ($img = $PathTool.calculateLink($img, $relativePath))
+              #set ($img = $img.replaceAll("\\", "/"))
               <img alt="$name" src="$img" />
             </a>
         #end
-        #if( $poweredBy.isEmpty() )
-          <a href="http://maven.apache.org/" title="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" id="poweredBy">
-            <img alt="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" src="$relativePath/images/logos/maven-feather.png"></img>
+        #if($poweredBy.isEmpty())
+          <a href="http://maven.apache.org/" title="$i18n.getString("site-renderer", $locale, "template.builtby") Maven" id="poweredBy">
+            <img alt="$i18n.getString("site-renderer", $locale, "template.builtby") Maven" src="$relativePath/images/logos/maven-feather.png"></img>
           </a>
         #end
     #else
-        <a href="http://maven.apache.org/" title="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" id="poweredBy">
-          <img alt="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" src="$relativePath/images/logos/maven-feather.png"></img>
+        <a href="http://maven.apache.org/" title="$i18n.getString("site-renderer", $locale, "template.builtby") Maven" id="poweredBy">
+          <img alt="$i18n.getString("site-renderer", $locale, "template.builtby") Maven" src="$relativePath/images/logos/maven-feather.png"></img>
         </a>
     #end
 #end
@@ -279,13 +279,13 @@
       @import url("$relativePath/css/site.css");
     </style>
     <link rel="stylesheet" href="$relativePath/css/print.css" type="text/css" media="print" />
-    #foreach( $author in $authors )
+    #foreach($author in $authors)
       <meta name="author" content="$author" />
     #end
     <meta http-equiv="Content-Type" content="text/html; charset=${outputEncoding}" />
-    #if ( $decoration.body.head )
-      #foreach( $item in $decoration.body.head.getChildren() )
-        #if ( $item.name == "script" )
+    #if ($decoration.body.head)
+      #foreach($item in $decoration.body.head.getChildren())
+        #if ($item.name == "script")
           $item.toUnescapedString()
         #else
           $item.toString()
@@ -295,15 +295,15 @@
   </head>
   <body class="composite">
     <div id="banner">
-      #banner( $decoration.bannerLeft "bannerLeft" )
-      #banner( $decoration.bannerRight "bannerRight" )
+      #banner($decoration.bannerLeft "bannerLeft")
+      #banner($decoration.bannerRight "bannerRight")
       <div class="clear">
         <hr/>
       </div>
     </div>
     <div id="breadcrumbs">
-      #publishDate( "left" $decoration.publishDate $decoration.version )
-      <div class="xright">#links( $decoration.body.links )#publishDate( "right" $decoration.publishDate $decoration.version )</div>
+      #publishDate("left" $decoration.publishDate $decoration.version)
+      <div class="xright">#links($decoration.body.links)#publishDate("right" $decoration.publishDate $decoration.version)</div>
       <div class="clear">
         <hr/>
       </div>
@@ -314,10 +314,10 @@
             <td>
                 <div id="leftColumn">
                   <div id="navcolumn">
-                   #publishDate( "navigation-top" $decoration.publishDate $decoration.version )
-                   #mainMenu( $decoration.body.menus )
-                   #poweredByLogo( $decoration.poweredBy )
-                   #publishDate( "navigation-bottom" $decoration.publishDate $decoration.version )
+                   #publishDate("navigation-top" $decoration.publishDate $decoration.version)
+                   #mainMenu($decoration.body.menus)
+                   #poweredByLogo($decoration.poweredBy)
+                   #publishDate("navigation-bottom" $decoration.publishDate $decoration.version)
                   </div>
                 </div>
                 <div id="bodyColumn">
@@ -334,7 +334,7 @@
     </div>
     
     <div id="footer">
-      <div class="xright">&#169;#copyright()#publishDate( "bottom" $decoration.publishDate $decoration.version )</div>
+      <div class="xright">&#169;#copyright()#publishDate("bottom" $decoration.publishDate $decoration.version)</div>
       <div class="clear">
         <hr/>
       </div>

Added: geronimo/genesis/trunk/config/geronimo-skin/src/site/site.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/config/geronimo-skin/src/site/site.xml?rev=432909&view=auto
==============================================================================
--- geronimo/genesis/trunk/config/geronimo-skin/src/site/site.xml (added)
+++ geronimo/genesis/trunk/config/geronimo-skin/src/site/site.xml Sat Aug 19 17:23:10 2006
@@ -0,0 +1,50 @@
+<?xml version="1.0"?>
+<!--
+    Copyright 2006 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Id$ -->
+
+<project name="${project.name}">
+    <skin>
+        <groupId>org.apache.geronimo.genesis.config</groupId>
+        <artifactId>geronimo-skin</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+    </skin>
+    
+    <publishDate format="dd MMM yyyy"/>
+    
+    <bannerLeft>
+        <src>images/topleft_logo_437x64.gif</src>
+    </bannerLeft>
+    
+    <!--
+    <bannerRight>
+        <name>${project.name}</name>
+    </bannerRight>
+    -->
+    
+    <body>
+        
+        ${parentProject}
+        
+        ${modules}
+        
+        ${reports}
+        
+    </body>
+</project>
+
+

Propchange: geronimo/genesis/trunk/config/geronimo-skin/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/genesis/trunk/config/geronimo-skin/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/genesis/trunk/config/geronimo-skin/src/site/site.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/genesis/trunk/config/logging-config/src/site/site.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/config/logging-config/src/site/site.xml?rev=432909&view=auto
==============================================================================
--- geronimo/genesis/trunk/config/logging-config/src/site/site.xml (added)
+++ geronimo/genesis/trunk/config/logging-config/src/site/site.xml Sat Aug 19 17:23:10 2006
@@ -0,0 +1,50 @@
+<?xml version="1.0"?>
+<!--
+    Copyright 2006 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Id$ -->
+
+<project name="${project.name}">
+    <skin>
+        <groupId>org.apache.geronimo.genesis.config</groupId>
+        <artifactId>geronimo-skin</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+    </skin>
+    
+    <publishDate format="dd MMM yyyy"/>
+    
+    <bannerLeft>
+        <src>images/topleft_logo_437x64.gif</src>
+    </bannerLeft>
+    
+    <!--
+    <bannerRight>
+        <name>${project.name}</name>
+    </bannerRight>
+    -->
+    
+    <body>
+        
+        ${parentProject}
+        
+        ${modules}
+        
+        ${reports}
+        
+    </body>
+</project>
+
+

Propchange: geronimo/genesis/trunk/config/logging-config/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/genesis/trunk/config/logging-config/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/genesis/trunk/config/logging-config/src/site/site.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/genesis/trunk/config/project-config/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/config/project-config/pom.xml?rev=432909&r1=432908&r2=432909&view=diff
==============================================================================
--- geronimo/genesis/trunk/config/project-config/pom.xml (original)
+++ geronimo/genesis/trunk/config/project-config/pom.xml Sat Aug 19 17:23:10 2006
@@ -33,7 +33,8 @@
     <packaging>pom</packaging>
     
     <description>
-        Provides the common project configuration shared by all Apache Geronimo projects.
+        Genesis project-config provides the common project configuration shared
+        by all Apache Geronimo projects.
     </description>
     
     <url>http://geronimo.apache.org</url>
@@ -55,9 +56,9 @@
     NOTE: Project pom should define something like:
     
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo</connection>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo</connection>
         <developerConnection>scm:svn:https://${maven.username}@svn.apache.org/repos/asf/geronimo</developerConnection>
-        <url>https://svn.apache.org/repos/asf/geronimo</url>
+        <url>https://svn.apache.org/viewvc/geronimo</url>
     </scm>
     -->
     

Added: geronimo/genesis/trunk/config/project-config/src/site/site.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/config/project-config/src/site/site.xml?rev=432909&view=auto
==============================================================================
--- geronimo/genesis/trunk/config/project-config/src/site/site.xml (added)
+++ geronimo/genesis/trunk/config/project-config/src/site/site.xml Sat Aug 19 17:23:10 2006
@@ -0,0 +1,50 @@
+<?xml version="1.0"?>
+<!--
+    Copyright 2006 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Id$ -->
+
+<project name="${project.name}">
+    <skin>
+        <groupId>org.apache.geronimo.genesis.config</groupId>
+        <artifactId>geronimo-skin</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+    </skin>
+    
+    <publishDate format="dd MMM yyyy"/>
+    
+    <bannerLeft>
+        <src>images/topleft_logo_437x64.gif</src>
+    </bannerLeft>
+    
+    <!--
+    <bannerRight>
+        <name>${project.name}</name>
+    </bannerRight>
+    -->
+    
+    <body>
+        
+        ${parentProject}
+        
+        ${modules}
+        
+        ${reports}
+        
+    </body>
+</project>
+
+

Propchange: geronimo/genesis/trunk/config/project-config/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/genesis/trunk/config/project-config/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/genesis/trunk/config/project-config/src/site/site.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/genesis/trunk/config/src/site/site.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/config/src/site/site.xml?rev=432909&view=auto
==============================================================================
--- geronimo/genesis/trunk/config/src/site/site.xml (added)
+++ geronimo/genesis/trunk/config/src/site/site.xml Sat Aug 19 17:23:10 2006
@@ -0,0 +1,50 @@
+<?xml version="1.0"?>
+<!--
+    Copyright 2006 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Id$ -->
+
+<project name="${project.name}">
+    <skin>
+        <groupId>org.apache.geronimo.genesis.config</groupId>
+        <artifactId>geronimo-skin</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+    </skin>
+    
+    <publishDate format="dd MMM yyyy"/>
+    
+    <bannerLeft>
+        <src>images/topleft_logo_437x64.gif</src>
+    </bannerLeft>
+    
+    <!--
+    <bannerRight>
+        <name>${project.name}</name>
+    </bannerRight>
+    -->
+    
+    <body>
+        
+        ${parentProject}
+        
+        ${modules}
+        
+        ${reports}
+        
+    </body>
+</project>
+
+

Propchange: geronimo/genesis/trunk/config/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/genesis/trunk/config/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/genesis/trunk/config/src/site/site.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/genesis/trunk/plugins/plugin-support/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/plugins/plugin-support/pom.xml?rev=432909&r1=432908&r2=432909&view=diff
==============================================================================
--- geronimo/genesis/trunk/plugins/plugin-support/pom.xml (original)
+++ geronimo/genesis/trunk/plugins/plugin-support/pom.xml Sat Aug 19 17:23:10 2006
@@ -32,5 +32,9 @@
     <name>Genesis Plugins :: Plugin Support</name>
     <packaging>jar</packaging>
     
+    <description>
+        Provides common support classes used by plugins.
+    </description>
+    
 </project>
 

Added: geronimo/genesis/trunk/plugins/plugin-support/src/site/site.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/plugins/plugin-support/src/site/site.xml?rev=432909&view=auto
==============================================================================
--- geronimo/genesis/trunk/plugins/plugin-support/src/site/site.xml (added)
+++ geronimo/genesis/trunk/plugins/plugin-support/src/site/site.xml Sat Aug 19 17:23:10 2006
@@ -0,0 +1,50 @@
+<?xml version="1.0"?>
+<!--
+    Copyright 2006 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Id$ -->
+
+<project name="${project.name}">
+    <skin>
+        <groupId>org.apache.geronimo.genesis.config</groupId>
+        <artifactId>geronimo-skin</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+    </skin>
+    
+    <publishDate format="dd MMM yyyy"/>
+    
+    <bannerLeft>
+        <src>images/topleft_logo_437x64.gif</src>
+    </bannerLeft>
+    
+    <!--
+    <bannerRight>
+        <name>${project.name}</name>
+    </bannerRight>
+    -->
+    
+    <body>
+        
+        ${parentProject}
+        
+        ${modules}
+        
+        ${reports}
+        
+    </body>
+</project>
+
+

Propchange: geronimo/genesis/trunk/plugins/plugin-support/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/genesis/trunk/plugins/plugin-support/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/genesis/trunk/plugins/plugin-support/src/site/site.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/genesis/trunk/plugins/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/plugins/pom.xml?rev=432909&r1=432908&r2=432909&view=diff
==============================================================================
--- geronimo/genesis/trunk/plugins/pom.xml (original)
+++ geronimo/genesis/trunk/plugins/pom.xml Sat Aug 19 17:23:10 2006
@@ -33,6 +33,10 @@
     <name>Genesis Plugins</name>
     <packaging>pom</packaging>
     
+    <description>
+        Custom plugins and support for plugins.
+    </description>
+    
     <properties>
         <maven.version>2.0.4</maven.version>
     </properties>
@@ -82,5 +86,87 @@
     <modules>
         <module>plugin-support</module>
     </modules>
+    
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-report-plugin</artifactId>
+                <version>2.0</version>
+            </plugin>
+            
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>2.0</version>
+                <configuration>
+                    <minmemory>128m</minmemory>
+                    <maxmemory>512</maxmemory>
+                    <breakiterator>true</breakiterator>
+                    <quiet>true</quiet>
+                    <verbose>false</verbose>
+                    <source>1.4</source>
+                    <!--
+                    FIXME: This worked in m1, but m2 complains about it being an invalid flag
+                    
+                    <additionalparam>-J-Djava.awt.headless=true</additionalparam>
+                    -->
+                    <linksource>true</linksource>
+                    <links>
+                        <!-- JSE -->
+                        <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
+                        <link>http://java.sun.com/j2se/1.4.2/docs/api/</link>
+                        <link>http://java.sun.com/j2se/1.3/docs/api/</link>
+                        
+                        <!-- JEE -->
+                        <link>http://java.sun.com/j2ee/1.4/docs/api/</link>
+                        <link>http://java.sun.com/j2ee/sdk_1.3/techdocs/api/</link>
+                        
+                        <!-- Libraries -->
+                        <link>http://jakarta.apache.org/commons/collections/apidocs</link>
+                        <link>http://jakarta.apache.org/commons/logging/apidocs/</link>
+                        <link>http://www.junit.org/junit/javadoc/</link>
+                        <link>http://logging.apache.org/log4j/docs/api/</link>
+                        <link>http://jakarta.apache.org/regexp/apidocs/</link>
+                        <link>http://jakarta.apache.org/velocity/api/</link>
+                    </links>
+                </configuration>
+            </plugin>
+            
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jxr-plugin</artifactId>
+                <version>2.0</version>
+            </plugin>
+            
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-pmd-plugin</artifactId>
+                <version>2.0</version>
+            </plugin>
+            
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+                <version>2.0.1</version>
+            </plugin>
+            
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-clover-plugin</artifactId>
+                <version>2.2</version>
+            </plugin>
+            
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-checkstyle-plugin</artifactId>
+                <version>2.1</version>
+                <configuration>
+                    <!-- Pulled as resource from checkstyle-config plugin -->
+                    <configLocation>org/apache/geronimo/checkstyle.xml</configLocation>
+                </configuration>
+            </plugin>
+        </plugins>
+    </reporting>
     
 </project>

Added: geronimo/genesis/trunk/plugins/src/site/site.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/plugins/src/site/site.xml?rev=432909&view=auto
==============================================================================
--- geronimo/genesis/trunk/plugins/src/site/site.xml (added)
+++ geronimo/genesis/trunk/plugins/src/site/site.xml Sat Aug 19 17:23:10 2006
@@ -0,0 +1,50 @@
+<?xml version="1.0"?>
+<!--
+    Copyright 2006 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Id$ -->
+
+<project name="${project.name}">
+    <skin>
+        <groupId>org.apache.geronimo.genesis.config</groupId>
+        <artifactId>geronimo-skin</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+    </skin>
+    
+    <publishDate format="dd MMM yyyy"/>
+    
+    <bannerLeft>
+        <src>images/topleft_logo_437x64.gif</src>
+    </bannerLeft>
+    
+    <!--
+    <bannerRight>
+        <name>${project.name}</name>
+    </bannerRight>
+    -->
+    
+    <body>
+        
+        ${parentProject}
+        
+        ${modules}
+        
+        ${reports}
+        
+    </body>
+</project>
+
+

Propchange: geronimo/genesis/trunk/plugins/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/genesis/trunk/plugins/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/genesis/trunk/plugins/src/site/site.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/genesis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/pom.xml?rev=432909&r1=432908&r2=432909&view=diff
==============================================================================
--- geronimo/genesis/trunk/pom.xml (original)
+++ geronimo/genesis/trunk/pom.xml Sat Aug 19 17:23:10 2006
@@ -34,12 +34,17 @@
     
     <version>1.0.0-SNAPSHOT</version>
     
+    <description>
+        Genesis provides support for Maven2 builds; adding shared configurations
+        and common plugins.
+    </description>
+    
     <url>http://geronimo.apache.org</url>
     
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/genesis/trunk</connection>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/genesis/trunk</connection>
         <developerConnection>scm:svn:https://${maven.username}@svn.apache.org/repos/asf/geronimo/genesis/trunk</developerConnection>
-        <url>http://svn.apache.org/repos/asf/geronimo/genesis/trunk</url>
+        <url>http://svn.apache.org/viewvc/geronimo/genesis/trunk</url>
     </scm>
     
     <properties>
@@ -83,7 +88,7 @@
         
         <site>
             <id>geronimo-website</id>
-            <url>scp://people.apache.org/www/geronimo.apache.org/maven/${pom.groupId}</url>
+            <url>scp://people.apache.org/www/geronimo.apache.org/maven/genesis</url>
         </site>
     </distributionManagement>
     

Added: geronimo/genesis/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/src/site/site.xml?rev=432909&view=auto
==============================================================================
--- geronimo/genesis/trunk/src/site/site.xml (added)
+++ geronimo/genesis/trunk/src/site/site.xml Sat Aug 19 17:23:10 2006
@@ -0,0 +1,53 @@
+<?xml version="1.0"?>
+<!--
+    Copyright 2006 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Id$ -->
+
+<project name="${project.name}">
+    <skin>
+        <groupId>org.apache.geronimo.genesis.config</groupId>
+        <artifactId>geronimo-skin</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+    </skin>
+    
+    <publishDate format="dd MMM yyyy"/>
+    
+    <bannerLeft>
+        <src>images/topleft_logo_437x64.gif</src>
+    </bannerLeft>
+    
+    <!--
+    <bannerRight>
+        <name>${project.name}</name>
+    </bannerRight>
+    -->
+    
+    <body>
+        <links>
+            <item name="Geronimo" href="http://geronimo.apache.org/"/>
+            <item name="Maven" href="http://maven.apache.org/"/>
+            <item name="Apache" href="http://apache.org/"/>
+        </links>
+        
+        ${modules}
+        
+        ${reports}
+        
+    </body>
+</project>
+
+

Propchange: geronimo/genesis/trunk/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/genesis/trunk/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/genesis/trunk/src/site/site.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml