You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Seth Mason <sl...@gmail.com> on 2007/04/25 22:36:37 UTC

Problem with mvn package

When I run "mvn package" the jar file being generated doesn't have the
version number in it ("foo.jar" instead of "foo-1.0.jar").  All my
other projects generate jar files with the version so I'm at a loss.

Anyone run into this problem?

Thanks in advance,
SETH

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Problem with mvn package

Posted by Seth Mason <se...@slackorama.com>.
That fixed it.  I looked for finalName before sending and didn't find
it.  But it "magically" appeared in the time I sent the email and now.
Very strange.....

Color me embarrassed.

Thanks for the prompt reply,
SETH


On 4/25/07, Wayne Fay <wa...@gmail.com> wrote:
> Someone has probably set <finalName/> in the pom file, or something
> along those lines.
>
> Wayne
>
> On 4/25/07, Seth Mason <sl...@gmail.com> wrote:
> > When I run "mvn package" the jar file being generated doesn't have the
> > version number in it ("foo.jar" instead of "foo-1.0.jar").  All my
> > other projects generate jar files with the version so I'm at a loss.
> >
> > Anyone run into this problem?
> >
> > Thanks in advance,
> > SETH
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


-- 
SETH

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Problem with mvn package

Posted by Wayne Fay <wa...@gmail.com>.
Someone has probably set <finalName/> in the pom file, or something
along those lines.

Wayne

On 4/25/07, Seth Mason <sl...@gmail.com> wrote:
> When I run "mvn package" the jar file being generated doesn't have the
> version number in it ("foo.jar" instead of "foo-1.0.jar").  All my
> other projects generate jar files with the version so I'm at a loss.
>
> Anyone run into this problem?
>
> Thanks in advance,
> SETH
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org