Repository: commons-release-plugin
Updated Branches:
  refs/heads/master 55859e425 -> ceecf0ee7


COMMONSSITE-113: don't commit sha1.properties


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/ceecf0ee
Tree: 
http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/ceecf0ee
Diff: 
http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/ceecf0ee

Branch: refs/heads/master
Commit: ceecf0ee7dd7218ec2281589f118e61b93f94183
Parents: 55859e4
Author: Rob Tompkins <[email protected]>
Authored: Wed May 16 17:17:52 2018 -0400
Committer: Rob Tompkins <[email protected]>
Committed: Wed May 16 17:17:52 2018 -0400

----------------------------------------------------------------------
 .../release/plugin/mojos/CommonsDistributionStagingMojo.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/ceecf0ee/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java
----------------------------------------------------------------------
diff --git 
a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java
 
b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java
index 950f045..971737f 100644
--- 
a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java
+++ 
b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java
@@ -257,7 +257,7 @@ public class CommonsDistributionStagingMojo extends 
AbstractMojo {
                 copy = new File(scmBinariesRoot + "/" + file.getName());
                 SharedFunctions.copyFile(getLog(), file, copy);
                 filesForMavenScmFileSet.add(copy);
-            } else if (file.getName().contains("scm")) {
+            } else if (file.getName().contains("scm") || 
file.getName().contains("properties")) {
                 getLog().debug("Not copying scm directory over to the scm 
directory because it is the scm directory.");
                 //do nothing because we are copying into scm
             } else {

Reply via email to