Re: artifactory and snapshots vs releases

2008-05-14 Thread [EMAIL PROTECTED]
Rick schrieb: On Thu, May 8, 2008 at 11:56 PM, Wendy Smoak [EMAIL PROTECTED] wrote: On Thu, May 8, 2008 at 8:45 PM, Rick [EMAIL PROTECTED] wrote: If you have both a repository and a snapshotRepository, Maven will choose based on whether the version number ends in -SNAPSHOT. Magic. :)

Re: artifactory and snapshots vs releases

2008-05-10 Thread Rick
On Sat, May 10, 2008 at 1:19 AM, Wendy Smoak [EMAIL PROTECTED] wrote: On Fri, May 9, 2008 at 7:30 AM, Rick [EMAIL PROTECTED] wrote: Another hopefully quick one... The better builds guide mentions about filenames being used with timestamps appended etc, but yet whenever I do mvn deploy, I

Re: artifactory and snapshots vs releases

2008-05-09 Thread Rick
On Thu, May 8, 2008 at 11:56 PM, Wendy Smoak [EMAIL PROTECTED] wrote: On Thu, May 8, 2008 at 8:45 PM, Rick [EMAIL PROTECTED] wrote: If you have both a repository and a snapshotRepository, Maven will choose based on whether the version number ends in -SNAPSHOT. Magic. :) See

Re: artifactory and snapshots vs releases

2008-05-09 Thread Wendy Smoak
On Fri, May 9, 2008 at 7:30 AM, Rick [EMAIL PROTECTED] wrote: Another hopefully quick one... The better builds guide mentions about filenames being used with timestamps appended etc, but yet whenever I do mvn deploy, I never see that timestamp either in my local m2 repo or in my corporate rep

artifactory and snapshots vs releases

2008-05-08 Thread Rick
Sorry if this is covered somewhere but I've been looking at better builds with maven guide, the website, and the Artifactory website but I'm a bit confused on a few things (since chapter 7 is a bit confusing.) Currently my internal repository is set up using Artifactory and it has a

Re: artifactory and snapshots vs releases

2008-05-08 Thread Wendy Smoak
On Thu, May 8, 2008 at 8:45 PM, Rick [EMAIL PROTECTED] wrote: I have in my project pom: distributionManagement repository idsnapshots/id urldav:http://internalURL:8081/artifactory/libs-snapshots/url /repository /distributionManagement If you