Follow ASF branding rules.

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1505560 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 5e5a347..f607466 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
   <version>2.4-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
-  <name>Maven RAR Plugin</name>
+  <name>Apache Maven RAR Plugin</name>
   <description>Builds a Resource Adapter Archive (RAR) from the project output for deployment to a J2EE server.</description>
   <inceptionYear>2004</inceptionYear>
 
diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt.vm
similarity index 98%
rename from src/site/apt/index.apt
rename to src/site/apt/index.apt.vm
index 558583a..5cf9124 100644
--- a/src/site/apt/index.apt
+++ b/src/site/apt/index.apt.vm
@@ -3,7 +3,7 @@
   ------
   Allan Ramirez
   ------
-  July 2006
+  2013-07-22
   ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -26,7 +26,7 @@
 ~~ NOTE: For help with the syntax of this file, see:
 ~~ http://maven.apache.org/doxia/references/apt-format.html
 
-Maven RAR Plugin
+${project.name}
 
   A resource adapter is a system-level software driver that a Java application
   uses to connect to an enterprise information system (EIS). The RAR plugin
diff --git a/src/site/site.xml b/src/site/site.xml
index 77602d1..77238b9 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,8 +21,7 @@
 
 <project xmlns="http://maven.apache.org/DECORATION/1.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"
-  name="Maven RAR plugin">
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>