The coordinates (group, artifact, version) are used to locate files in
the repository. There's no way to change this because if you do, Maven
won't be able to find them. The final name settings only allow you to
change the name of the file created in /target but once it's installed
or deployed to a repository, it is renamed because the name of the
file is part of the well-known layout.

On Sat, Jul 18, 2009 at 10:57 PM, Adam Monsen<[email protected]> wrote:
> I use the maven-assembly-plugin to create a .zip artifact. Upon
> installation, the name automatically changes:
>
>    [INFO] Installing .../target/blah_5.0-release.zip to
>    
> .../.m2/repository/org/example/assembly-test/1.0/assembly-test-1.0-release.zip
>
> (I added the ellipses). Is there any way to make the artifact name
> also "blah_5.0-release.zip"?
>
> Here's the POM and source code for a small example project
> demonstrating what I mean: http://adammonsen.com/tmp/assembly-test.tgz
> (1.4 kB).
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to