create checksum files during install when deploy profile is activated

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/proxy/trunk@1582036 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dist/pom.xml b/dist/pom.xml
index b39dfdc..13643c6 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -111,8 +111,6 @@
     </dependency>
   </dependencies>
 
-  <!-- TODO create md5 and sha1 hashes directly, since skipped deploy
-       plugin won't be doing it for us -->
   <build>
     <plugins>
       <plugin>
@@ -149,6 +147,12 @@
               </execution>
             </executions>
           </plugin>
+          <plugin>
+            <artifactId>maven-install-plugin</artifactId>
+            <configuration>
+              <createChecksum>true</createChecksum>
+            </configuration>
+          </plugin>
         </plugins>
       </build>
     </profile>