Repository: commons-crypto
Updated Branches:
  refs/heads/master 02d7c6cb6 -> 13f9c053a


Add 'make' debugging comment.

Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/24e9f955
Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/24e9f955
Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/24e9f955

Branch: refs/heads/master
Commit: 24e9f955df949ab24dc5597a12f95f2513fc5424
Parents: fbc4176
Author: ggregory <ggreg...@apache.org>
Authored: Tue Jun 7 02:36:51 2016 -0700
Committer: ggregory <ggreg...@apache.org>
Committed: Tue Jun 7 02:36:51 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/24e9f955/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6bbbcdc..06be2ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -377,6 +377,8 @@ The following provides more details on the included 
cryptographic software:
                 <taskdef resource="net/sf/antcontrib/antcontrib.properties"
                          classpathref="maven.plugin.classpath"/>
                 <exec executable="make" failonerror="true" 
dir="${project.basedir}">
+                  <!-- For debugging: -->
+                  <!-- <arg value="-d"/> -->
                   <arg value="${target.name}"/>
                 </exec>
               </target>

Reply via email to