diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2018-11-26 21:24:46 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2018-11-26 21:24:46 +0000 |
commit | f51a78bd10d390a0e50a72102cf7f1f21b1fb5ab (patch) | |
tree | d16f0091134dd156d8ccafe1f984f73d5b82cc24 | |
parent | 32375d0f445329b2e8170756a06d172b13b0b479 (diff) | |
download | poi-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |