In fact I'm not sure you can deploy on a maven repository an artifact without a version. It's the fundation of the repository.
Arnaud > -----Message d'origine----- > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 19 octobre 2005 22:09 > À : Maven 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}.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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
