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:
Michael Busch 2007-12-03 17:24:40 +00:00
parent ddf136d928
commit f02be7bb1c
1 changed files with 0 additions and 9 deletions

View File

@ -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>