|
Loading...
|
users@maven.apache.org
[Prev] Thread [Next] | [Prev] Date [Next]
RES: Referencing uniqe SNAPSHOT versions in POM Dário Luís Coneglian Oliveros Wed Jun 25 18:02:29 2008
In the same way as it were non-unique: just use x.y-SNAPSHOT for instance.
If do not want unique snasphot version in your repo, you'll have to add the
following to distributionManagement section:
<distributionManagement>
<snapshotRepository>
...
<uniqueVersion>false</uniqueVersion>
</snapshotRepository>
...
Dário
-----Mensagem original-----
De: Marco Bakera [mailto:[EMAIL PROTECTED]
Enviada em: sexta-feira, 8 de fevereiro de 2008 09:41
Para: Maven Users
Assunto: Referencing uniqe SNAPSHOT versions in POM
Hey everybody!
Sometime I find SNAPSHOT versions in the repository like
groupid/artifactid/SNAPSHOT/artifactid-20071218.1329060-1.jar. It seems that
this are SNAPSHOTS uniquely identifiable via some identifier.
But how can I refer to such a version from my dependency section in my pom?
Thanks for help and greetings,
Marco.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- RES: Referencing uniqe SNAPSHOT versions in POM Dário Luís Coneglian Oliveros 2008/06/25 <=
- RES: Referencing uniqe SNAPSHOT versions in POM Dário Luís Coneglian Oliveros 2008/06/25
- Re: RES: Referencing uniqe SNAPSHOT versions in POM Marco Bakera 2008/06/25