Follow ASF branding rules.

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1505574 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 43e59c4..b4e59f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
   <version>1.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
-  <name>Maven Stage Plugin</name>
+  <name>Apache Maven Stage Plugin</name>
   <description>
     The Maven Stage Plugin copies artifacts from one repository to another.
   </description>
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 d37cf5e..f78e370 100644
--- a/src/site/apt/index.apt
+++ b/src/site/apt/index.apt.vm
@@ -3,7 +3,7 @@
  ------
  Dennis Lundberg
  ------
- 2007-08-25
+ 2013-07-22
  ------
 
  ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -27,7 +27,7 @@
  ~~ http://maven.apache.org/doxia/references/apt-format.html
 
 
-Maven Stage Plugin
+${project.name}
 
   The Maven Stage Plugin copies artifacts from one repository to another. Its
   main use is for copying artifacts from a staging repository to the real
diff --git a/src/site/site.xml b/src/site/site.xml
index ba9da0a..0256b2d 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 Stage 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"/>