http://maven.apache.org/plugins/maven-install-plugin/examples/installing-checksums.html

Don't think you can do that with the assembly plugin. I guess you can write
your own plugin that does this for you, but the thing is that you're not
doing it the Maven way so you somewhat on your own. (Maven way = deploy to a
repo, remote or local)

/Anders

On Tue, Nov 10, 2009 at 10:19, Steve Brannstrom <steveb...@gmail.com> wrote:

> Thanks  for the reply. But we have .zip and  .tar.gz archives and
> AFAIK not possible to deploy them to a repository, hence I don't think
> this approach will wok for us. It is great if we can generate those
> digests with Assembly plug-in or with any other way using maven.
>
> Thanks,
>
> On 11/10/09, Anders Hammar <and...@hammar.net> wrote:
> > One way is if you use a repository manager (Nexus for instance), it will
> be
> > generated for you when deploying.
> >
> > /Anders
> >
> > On Tue, Nov 10, 2009 at 09:52, Steve Brannstrom <steveb...@gmail.com>
> wrote:
> >
> >> Hi friends ,
> >>
> >> We use Maven Assembly  plug-in to create the binary and source
> >> archives in .zip, .tar.gz formats . We also want to generate  hash
> >> digests such as md5, sha1 for those archives . Is there any way to
> >> achieve this using Maven Assembly  plug-in  ? If not please provide a
> >> pointer to achieve this using Maven ?
> >>
> >>
> >> Thanks ,
> >>
> >> -Steve
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> >> For additional commands, e-mail: users-h...@maven.apache.org
> >>
> >>
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

Reply via email to