Repository: commons-release-plugin
Updated Branches:
  refs/heads/master c0c8fb3df -> d93fdf5e7


Don't fail the goal if hash prop files are missing, just leave the
markers behind in the result VOTE.txt file.

Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/d93fdf5e
Tree: 
http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/d93fdf5e
Diff: 
http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/d93fdf5e

Branch: refs/heads/master
Commit: d93fdf5e74a3f3860b473f1d8ae0e051d043792d
Parents: c0c8fb3
Author: Gary Gregory <garydgreg...@gmail.com>
Authored: Wed May 30 10:06:18 2018 -0600
Committer: Gary Gregory <garydgreg...@gmail.com>
Committed: Wed May 30 10:06:18 2018 -0600

----------------------------------------------------------------------
 src/main/scripts/generate-xdocs.build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/d93fdf5e/src/main/scripts/generate-xdocs.build.xml
----------------------------------------------------------------------
diff --git a/src/main/scripts/generate-xdocs.build.xml 
b/src/main/scripts/generate-xdocs.build.xml
index 47885cc..deb0fbe 100755
--- a/src/main/scripts/generate-xdocs.build.xml
+++ b/src/main/scripts/generate-xdocs.build.xml
@@ -58,10 +58,10 @@
         <mkdir dir="${commonsMojoTempDir}"/>
 
        <!-- Load SHA-1 file created by the deploy goal -->
-       <loadfile property="commons.sha1list" 
srcFile="target/commons-release-plugin/sha1.properties"/>
+       <loadfile property="commons.sha1list" 
srcFile="target/commons-release-plugin/sha1.properties" failonerror="false"/>
        
        <!-- Load SHA-256 file created by the deploy goal -->
-       <loadfile property="commons.sha256list" 
srcFile="target/commons-release-plugin/sha256.properties"/>
+       <loadfile property="commons.sha256list" 
srcFile="target/commons-release-plugin/sha256.properties" failonerror="false"/>
        
         <!-- Load the vote-txt template from mojo resources to temp directory 
-->
         <loadresource property="vote-txt">

Reply via email to