Hi Marco, The following can be used to set the final name of the resulting artifact
<build> <finalName>my-xxear</finalName> </build> looking at the plugin documentation at http://maven.apache.org/plugins/maven-ear-plugin/ear-mojo.html The earName is created from the expression ${project.build.finalName} and this is set from the above. You can use the same elements within your WAR artifact removed the version number. Hope this helps Trent On 23/05/06, Marco Mistroni <[EMAIL PROTECTED]> wrote:
hi all, i m using Maven2 to build an EAR application the ear that gets generated has the name myxxear-1.0.ear i was wondering if there was a way so that the ear file name produced does not contain the version..... anyone could help? thanks and regards marco
