Hi, The artifact plugin doesn't use the file name send with artifact parameter for store it in repo (local and remote) but it use data define in pom. In some case, it's incorrect, for example : 1- the generation of ejb client generate a jar "artifactId-currentVersion-client.jar" => artifact plugin rename it in repos to artifactId-currentVersion.jar => same name as ejb jar. 2- if a project redefine the maven.final.name property, artifact plugin will don't use this new name.
So I think this plugin must use the file name define with artifact parameter and not the pom values because plugins use already pom values for create files. comments? Emmanuel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
