o Add a changelog report that can be used as an example.

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@556177 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index aeb0f2d..2ba9307 100644
--- a/pom.xml
+++ b/pom.xml
@@ -267,6 +267,14 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-changelog-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
   <properties>
     <maven-scm.version>1.0</maven-scm.version>
   </properties>