With m102, a project "apps" uses artifactId "dcm-apps" and uses
war plugin with the settings

   maven.war.final.name: Foo.war

However, while war:war generates Foo.war, the war:deploy goal 
chooses to rename it to ${pom.artifactId}.war 

  $ maven war:deply
  war:deploy:
    [echo] maven.repo.list is set - using artifact deploy mode
    Will deploy to 1 repository(ies): <omitted>
    Deploying to repository: <omitted>
    Deploying: /vob/nm_dcm/apps/project.xml-->dcm/poms/dcm-apps-1.0.pom
    Deploying: /vob/nm_dcm/apps/project.xml.md5-->dcm/poms/dcm-apps-1.0.pom.md5
    Will deploy to 1 repository(ies): <omitted>
    Deploying to repository: <omitted>
    Deploying: /vob/nm_dcm/apps/../target/dcm.war-->dcm/wars/dcm-apps-1.0.war
    Deploying: 
/vob/nm_dcm/apps/../target/dcm.war.md5-->dcm/wars/dcm-apps-1.0.war.md5

How can I force war:deploy goal from changing the name of the
deployed artifact?

Thanks,

Rk
x77309

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

Reply via email to