Re: Problem with mvn package

2007-04-25 Thread Seth Mason
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 <[EMAIL PROTECTED]> wrote: Someone has probably set in

Re: Problem with mvn package

2007-04-25 Thread Wayne Fay
Someone has probably set in the pom file, or something along those lines. Wayne On 4/25/07, Seth Mason <[EMAIL PROTECTED]> 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 ja

Problem with mvn package

2007-04-25 Thread Seth Mason
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 --