Hi,

  <plugin>
    <configuration>
      <finalName>custom-name</finalName>
      <appendAssemblyId>false</appendAssemblyId>
    </configuration>
  </plugin>

-Tim

[1] http://maven.apache.org/plugins/maven-assembly-plugin/assembly-mojo.html

Rodolphe Beck schrieb:
Hello,

I manage some non java project using the assembly plugin to create .zip
files automatically. Is it possible to use a generated zip name instead of
the default one : ${artifactId}-${version}.${extension}.

I know it is possible for dependencies, but I did not find it for the
resulting artifact.

Thanks


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to