Assuming a project is publishing nightly snapshots with timestamps, how to I
specify that I depend on a particular version?  E.g.

<dependency>
                        <groupId>org.apache.activemq</groupId>
                        <artifactId>activemq-core</artifactId>
                        <version>4.2-incubator-SNAPSHOT</version>
</dependency>

works for me (modulo the fact that activemq for some reason keeps deleting
snapshots).  And I have one in my local repo called
activemq-core-4.2-incubator-20070121.082022-35.jar (in a directory called
4.2-incubator-SNAPSHOT.  How do I depend on that version precisely?
-- 
View this message in context: 
http://www.nabble.com/How-do-I-specify-a-particular-SNAPSHOT-build--tf4460071s177.html#a12718007
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to