Ok, I have just found the explanation: maven.war.final.name defaults to |${pom.artifactId}.war|. Why does this plugin use this approach instead of using the same name schema than jar, ear, ejb... plugins? I find this confusing for newbies as me.


   Best regards
   Jose

Jose Gonzalez Gomez wrote:


Hi there,

I have a multiproject with a web module, with war as the default goal. Maven is generating the artifact without using the version provided. This version is defined in the parent project.xml, although I have tried to override it without success. Curiously, if I run the jar goal, instead of the war goal, the generated artifact includes the version in its name, and all the other modules are generating their corresponding artifacts without any problem... any ideas? (of course, I haven't defined maven.final.name)

   Thanks in advance
   Jose

---------------------------------------------------------------------
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