summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2017-08-28 20:41:16 +0000
committerAndreas Beeker <kiwiwings@apache.org>2017-08-28 20:41:16 +0000
commit4327c38fc05deb1c73aebc413c1dfabc41084a0b (patch)
treebaaf275e5b11ec77e719964d73378319ba1740ec /build.xml
parentdf06e47470744acf3b851e9dfa3469f70fd1fb02 (diff)
downloadpoi-4327c38fc05deb1c73aebc413c1dfabc41084a0b.tar.gz
poi-4327c38fc05deb1c73aebc413c1dfabc41084a0b.zip
sha512 checksums aren't yet supported by Nexus
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1806505 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/build.xml b/build.xml
index fa60c524ec..f6132e805d 100644
--- a/build.xml
+++ b/build.xml
@@ -2408,7 +2408,8 @@ under the License.
<copy todir="${repo}">
<mappedresources>
- <fileset dir="build/dist/maven" includes="@{artifactId}/**"/>
+ <!-- add sha-512 when nexus rules are updated (1/2) -->
+ <fileset dir="build/dist/maven" includes="@{artifactId}/**" excludes="**/*.sha512"/>
<regexpmapper from="^([^/]+)/(.*)$$" to="org/apache/poi/\1/${version.id}/\2" handledirsep="true"/>
</mappedresources>
</copy>
@@ -2434,10 +2435,11 @@ under the License.
<lastUpdated>${lastUpdated}</lastUpdated>
</versioning>
</metadata>]]></echo>
- <fixcrlf srcdir="${metadir}" includes="maven-metadata.xml" eol="unix" eof="remove" />
- <checksum algorithm="SHA-512" fileext=".sha512" format="MD5SUM">
+ <fixcrlf srcdir="${metadir}" includes="maven-metadata.xml" eol="unix" eof="remove" /> <!-- add sha-512 when nexus rules are updated -->
+ <!-- add sha-512 when nexus rules are updated (2/2) -->
+ <!--checksum algorithm="SHA-512" fileext=".sha512" format="MD5SUM">
<fileset dir="${metadir}" includes="maven-metadata.xml"/>
- </checksum>
+ </checksum-->
<checksum algorithm="sha1" format="MD5SUM">
<fileset dir="${metadir}" includes="maven-metadata.xml"/>
</checksum>