You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by am...@apache.org on 2015/03/05 12:45:44 UTC

incubator-lens git commit: LENS-386 : Never skip gpg signing on apache-release profile (amareshwari)

Repository: incubator-lens
Updated Branches:
  refs/heads/master ea8b970b6 -> a3e9d136e


LENS-386 : Never skip gpg signing on apache-release profile (amareshwari)


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

Branch: refs/heads/master
Commit: a3e9d136e9f93121322774063e3cdd9f2d508dd9
Parents: ea8b970
Author: Amareshwari Sriramadasu <am...@apache.org>
Authored: Thu Mar 5 17:15:30 2015 +0530
Committer: Amareshwari Sriramadasu <am...@apache.org>
Committed: Thu Mar 5 17:15:30 2015 +0530

----------------------------------------------------------------------
 pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/a3e9d136/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 68e7bd9..cb0ca9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1107,6 +1107,17 @@
           </dependency>
         </dependencies>
       </dependencyManagement>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-gpg-plugin</artifactId>
+            <configuration>
+              <skip>false</skip>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
     </profile>
   </profiles>
 </project>