Author: pbenedict
Date: Thu Jun 19 19:23:18 2014
New Revision: 1604015

URL: http://svn.apache.org/r1604015
Log:
Make checksums when installing

Modified:
    struts/struts1/branches/STRUTS_1_2_BRANCH/pom.xml

Modified: struts/struts1/branches/STRUTS_1_2_BRANCH/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_2_BRANCH/pom.xml?rev=1604015&r1=1604014&r2=1604015&view=diff
==============================================================================
--- struts/struts1/branches/STRUTS_1_2_BRANCH/pom.xml (original)
+++ struts/struts1/branches/STRUTS_1_2_BRANCH/pom.xml Thu Jun 19 19:23:18 2014
@@ -184,6 +184,13 @@
         </configuration>
       </plugin>
       <plugin>
+        <artifactId>maven-install-plugin</artifactId>
+        <version>2.5.1</version>
+        <configuration>
+          <createChecksum>true</createChecksum>
+        </configuration>
+      </plugin>
+      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>2.9.1</version>


Reply via email to