I mean from here: <https://www.apache.org/dev/release-distribution.html>
MD5 is a base requirement like the GPG signature is. Additional sha hashes are useful, though. I usually generate SHA-256 or SHA-512 with a release if I'm handling it manually. On 2 December 2017 at 17:50, Gary Gregory <garydgreg...@gmail.com> wrote: > MD5 is just a kind of hash, as is SHA-1. SHA-512 should reduces the odds of > collisions. IMO what matters is that we provide a hash for each file. > > Gary > > On Sat, Dec 2, 2017 at 4:26 PM, Matt Sicker <boa...@gmail.com> wrote: > > > I thought md5 files were required? Unless that's project-specific (or > Maven > > Central required?). > > > > On 2 December 2017 at 17:07, Gary Gregory <garydgreg...@gmail.com> > wrote: > > > > > On Sat, Dec 2, 2017 at 3:51 PM, Rob Tompkins <chtom...@gmail.com> > wrote: > > > > > > > > > > > > > > > > On Dec 2, 2017, at 4:22 PM, Gary Gregory <garydgreg...@gmail.com> > > > wrote: > > > > > > > > > > Hi Rob, > > > > > > > > > > Note that for Commons Daemon we do want to deploy the bin zip that > > > > contains > > > > > the Windows DLL/EXEs. > > > > > > > > Indeed, this would need to be done at a component level to > accommodate > > > > just that. But, with Chas’ last email about signatures the point may > be > > > > moot for the time being. I plan to start investigating that path. > > > > > > > > > > If we do a new plugin, we should only generate SHA-512 hashes and do > away > > > with MD5 and SHA-1. > > > > > > Gary > > > > > > > > > > > > > > > > > Cheers, > > > > -Rob > > > > > > > > > > > > > > Some folks, like me, depend on it in order to include the Windows > > > > EXE/DLLs > > > > > in builds. > > > > > > > > > > Gary > > > > > > > > > > On Sat, Dec 2, 2017 at 2:06 PM, Rob Tompkins <chtom...@gmail.com> > > > wrote: > > > > > > > > > >> Hello all, > > > > >> > > > > >> In my work on the [build-plugin], I’ve come across the following > > > > mechanism > > > > >> to prevent the [maven-assembly-plugin] from deploying the > artifacts > > to > > > > >> nexus. If in the configuration section of the plugin, you put > > > > >> “<attach>false</attach>” the archives that the > > [maven-assembly-plugin] > > > > >> creates will not get pushed up to nexus. For example I have > locally > > in > > > > >> [text] the following: > > > > >> > > > > >> <plugin> > > > > >> <artifactId>maven-assembly-plugin</artifactId> > > > > >> <configuration> > > > > >> <descriptors> > > > > >> <descriptor>src/assembly/bin.xml</descriptor> > > > > >> <descriptor>src/assembly/src. > > xml</descriptor> > > > > >> </descriptors> > > > > >> <tarLongFileMode>gnu</tarLongFileMode> > > > > >> <attach>false</attach> > > > > >> </configuration> > > > > >> </plugin> > > > > >> > > > > >> and with that, using "-Ptest-deploy" profile, the archives aren’t > > > pushed > > > > >> to "./target/deploy”. > > > > >> > > > > >> As previously stated, my plan is to streamline the release process > > > > >> considerably with java updates to the build plugin, but for the > time > > > > being, > > > > >> this should be helpful. > > > > >> > > > > >> Cheers, > > > > >> -Rob > > > > >> ------------------------------------------------------------ > > --------- > > > > >> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > > > > >> For additional commands, e-mail: dev-h...@commons.apache.org > > > > >> > > > > >> > > > > > > > > > > > > ------------------------------------------------------------ > --------- > > > > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > > > > For additional commands, e-mail: dev-h...@commons.apache.org > > > > > > > > > > > > > > > > > > > -- > > Matt Sicker <boa...@gmail.com> > > > -- Matt Sicker <boa...@gmail.com>