[m102]: Problem with war:deploy

2005-10-19 Thread rks
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

RE: [m102]: Problem with war:deploy

2005-10-19 Thread Arnaud HERITIER
]: Problem with war:deploy 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

RE: [m102]: Problem with war:deploy

2005-10-19 Thread rks
Users List Objet : [m102]: Problem with war:deploy 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

RE: [m102]: Problem with war:deploy

2005-10-19 Thread Arnaud HERITIER
Users List Objet : RE: [m102]: Problem with war:deploy I do not mind if war:deploy wants to append ${pom.currentVersion} or SNAPSHOT to the deploted artifact on the remote repo; but my issue is that it is changing the name of the artifact from ${maven.war.final.name}.war