You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@buildr.apache.org by Allen Riddle <al...@gmail.com> on 2011/06/08 17:08:44 UTC

Creating packages without version

All,

I'm trying to create a jar in builder that doesn't have a version number
stamped at the end of the jar name.  Is there a way to do this?  Thanks.

Re: Creating packages without version

Posted by Allen Riddle <al...@gmail.com>.
Excellent, thank you!

On Wed, Jun 8, 2011 at 10:14 AM, Alex Boisvert <al...@gmail.com>wrote:

> On Wed, Jun 8, 2011 at 8:08 AM, Allen Riddle <al...@gmail.com>
> wrote:
>
> > I'm trying to create a jar in builder that doesn't have a version number
> > stamped at the end of the jar name.  Is there a way to do this?  Thanks.
> >
>
> You can pass an explicit filename:
>
> package(:jar, :file => 'foo.jar')
>
> alex
>

Re: Creating packages without version

Posted by Alex Boisvert <al...@gmail.com>.
On Wed, Jun 8, 2011 at 8:08 AM, Allen Riddle <al...@gmail.com> wrote:

> I'm trying to create a jar in builder that doesn't have a version number
> stamped at the end of the jar name.  Is there a way to do this?  Thanks.
>

You can pass an explicit filename:

package(:jar, :file => 'foo.jar')

alex