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]

Reply via email to