]> source.dussan.org Git - poi.git/commitdiff
exclude sha256 for nexus upload
authorAndreas Beeker <kiwiwings@apache.org>
Mon, 26 Nov 2018 21:24:46 +0000 (21:24 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Mon, 26 Nov 2018 21:24:46 +0000 (21:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1847493 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 166c75fa2d2ca899e1e92d00950afca92fbacaa1..97af1fdecdb68e96e525ea565cf44db417f83a03 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -2454,7 +2454,7 @@ under the License.
             <copy todir="${repo}">
                 <mappedresources>
                     <!-- add sha-512 when nexus rules are updated (1/2) -->
-                    <fileset dir="build/dist/maven" includes="@{artifactId}/**" excludes="**/*.sha512"/>
+                    <fileset dir="build/dist/maven" includes="@{artifactId}/**" excludes="**/*.sha512,**/*.sha256"/>
                     <regexpmapper from="^([^/]+)/(.*)$$" to="org/apache/poi/\1/${version.id}/\2" handledirsep="true"/>
                 </mappedresources>
             </copy>