Repository: commons-release-plugin
Updated Branches:
  refs/heads/master d86ff62ce -> 0692a619b


(rat) exclude test release artifact signature files


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

Branch: refs/heads/master
Commit: 0692a619b684bdb4d63745ca47c4657338038ddd
Parents: d86ff62
Author: Rob Tompkins <chtom...@apache.org>
Authored: Wed Jun 13 12:58:21 2018 -0400
Committer: Rob Tompkins <chtom...@apache.org>
Committed: Wed Jun 13 12:58:21 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/0692a619/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6e95e7f..433057e 100755
--- a/pom.xml
+++ b/pom.xml
@@ -243,7 +243,7 @@
             <excludes>
               <exclude>site-content/**</exclude>
               
<exclude>src/site/resources/download_commons-release-plugin.cgi</exclude>
-              
<exclude>src/test/resources/mojos/detach-distributions/commons-text*</exclude>
+              
<exclude>src/test/resources/mojos/detach-distributions/target/commons-text-1.4*.asc</exclude>
               
<exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude>
             </excludes>
           </configuration>

Reply via email to