Follow ASF branding rules.

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1505523 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 82d5f02..34b981f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,8 +33,8 @@
   <version>1.2-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
-  <name>Maven DOAP Plugin</name>
-  <description>Plugins which generate a DOAP file from information in a POM.</description>
+  <name>Apache Maven DOAP Plugin</name>
+  <description>Plugin which generates a DOAP file from information in a POM.</description>
 
   <prerequisites>
     <maven>${mavenVersion}</maven>
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 cc9b90e..4fe33ab 100644
--- a/src/site/apt/index.apt
+++ b/src/site/apt/index.apt.vm
@@ -3,7 +3,7 @@
  ------
  Jason van Zyl
  ------
- 2008-07-18
+ 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 DOAP Plugin
+${project.name}
 
   The DOAP Plugin is used to generate compliant {{{http://usefulinc.com/doap}Description of a Project (DOAP)}}
   file from a POM. The main goal is to be able to provide DOAP files for Semantic Web systems that use them as
diff --git a/src/site/site.xml b/src/site/site.xml
index 011842a..b481440 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,8 +21,7 @@
 
 <project xmlns="http://maven.apache.org/DECORATION/1.0.1"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.1 http://maven.apache.org/xsd/decoration-1.0.1.xsd"
-  name="Maven Doap plugin">
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.1 http://maven.apache.org/xsd/decoration-1.0.1.xsd">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>