o added the current report in the reporting profile

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@803815 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 90641da..a5e397f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -335,5 +335,21 @@
         </plugins>
       </build>
     </profile>
+    <profile>
+      <id>reporting</id>
+      <reporting>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-changelog-plugin</artifactId>
+            <!--
+              Use the current version to generate sample with the last features/fixes of the plugin.
+              It implies that the current version is already deployed to generate the site.
+            -->
+            <version>${pom.version}</version>
+          </plugin>
+        </plugins>
+      </reporting>
+    </profile>
   </profiles>
 </project>