You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2011/11/02 15:55:45 UTC

svn commit: r1196615 - /directory/shared/trunk/distribution/pom.xml

Author: felixk
Date: Wed Nov  2 14:55:44 2011
New Revision: 1196615

URL: http://svn.apache.org/viewvc?rev=1196615&view=rev
Log:
Add md5, sha1 checksum (DIRSHARED-122)
See also http://maven.apache.org/plugins/maven-install-plugin/examples/installing-checksums.html

Modified:
    directory/shared/trunk/distribution/pom.xml

Modified: directory/shared/trunk/distribution/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/distribution/pom.xml?rev=1196615&r1=1196614&r2=1196615&view=diff
==============================================================================
--- directory/shared/trunk/distribution/pom.xml (original)
+++ directory/shared/trunk/distribution/pom.xml Wed Nov  2 14:55:44 2011
@@ -42,6 +42,13 @@
       <build>
         <plugins>
           <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-install-plugin</artifactId>
+            <configuration>
+              <createChecksum>true</createChecksum>
+            </configuration>
+          </plugin> 
+          <plugin>
             <artifactId>maven-dependency-plugin</artifactId>
             <executions>
               <!-- Package additional jars that are no runtime dependencies -->