aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2018-11-26 21:24:46 +0000
committerAndreas Beeker <kiwiwings@apache.org>2018-11-26 21:24:46 +0000
commitf51a78bd10d390a0e50a72102cf7f1f21b1fb5ab (patch)
treed16f0091134dd156d8ccafe1f984f73d5b82cc24
parent32375d0f445329b2e8170756a06d172b13b0b479 (diff)
downloadpoi-f51a78bd10d390a0e50a72102cf7f1f21b1fb5ab.tar.gz
poi-f51a78bd10d390a0e50a72102cf7f1f21b1fb5ab.zip
exclude sha256 for nexus upload
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1847493 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 166c75fa2d..97af1fdecd 100644
--- 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>