Added report for subversion changelogs
diff --git a/gson/pom.xml b/gson/pom.xml
index bafdcb5..c863b22 100644
--- a/gson/pom.xml
+++ b/gson/pom.xml
@@ -213,6 +213,15 @@
         </configuration>
       </plugin>
       <plugin>
+        <!--  if this fails, it means you have no svn installed -->
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-changelog-plugin</artifactId>
+        <configuration>
+          <type>range</type>
+          <range>3650</range>
+        </configuration>
+      </plugin>
+      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>taglist-maven-plugin</artifactId>
         <configuration>