You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2013/04/30 01:44:08 UTC

git commit: Make sure checksums are generated when installing

Updated Branches:
  refs/heads/master 9d6586f33 -> 07540ac15


Make sure checksums are generated when installing


Project: http://git-wip-us.apache.org/repos/asf/incubator-curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-curator/commit/07540ac1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-curator/tree/07540ac1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-curator/diff/07540ac1

Branch: refs/heads/master
Commit: 07540ac15df7153218c6b7f5b66ad89ab2eb406d
Parents: 9d6586f
Author: randgalt <ra...@apache.org>
Authored: Mon Apr 29 16:44:04 2013 -0700
Committer: randgalt <ra...@apache.org>
Committed: Mon Apr 29 16:44:04 2013 -0700

----------------------------------------------------------------------
 pom.xml |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/07540ac1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 09a50ac..538daf1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -325,6 +325,15 @@
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-install-plugin</artifactId>
+                <version>2.3.1</version>
+                <configuration>
+                    <createChecksum>true</createChecksum>
+                </configuration>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
                 <version>3.0</version>
                 <configuration>