mirror of https://github.com/apache/lucene.git
LUCENE-935: Don't generate checksums for maven artifacts; <artifact:deploy> does this automatically for us
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@600609 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ddf136d928
commit
f02be7bb1c
|
@ -455,15 +455,6 @@
|
|||
|
||||
<m2-deploy pom.xml="lucene-contrib-pom.xml.template"/>
|
||||
<contrib-crawl target="dist-maven"/>
|
||||
<!-- do md5 checksums -->
|
||||
<checksum forceOverwrite="yes" fileext=".md5">
|
||||
<fileset dir="${maven.dist.dir}" excludes="**/*.md5"/>
|
||||
</checksum>
|
||||
|
||||
<!-- do sha1 checksums -->
|
||||
<checksum forceOverwrite="yes" algorithm="SHA" fileext=".sha1">
|
||||
<fileset dir="${maven.dist.dir}" excludes="**/*.sha1, **/*.md5"/>
|
||||
</checksum>
|
||||
</sequential>
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Reference in New Issue