Re: Issues related to snapshot versions of dependencies and filenames

2006-07-28 Thread korebantic
Got it, thanks =p On 7/28/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 7/28/06, korebantic <[EMAIL PROTECTED]> wrote: > Do you know what mechanism chooses over > , if both are present in ? For deployment, if the version ends in -SNAPSHOT, it will go to the (timestamped or not depending on t

Re: Ad: Re: Issues related to snapshot versions of dependencies and filenames

2006-07-28 Thread korebantic
Right. My question is how is snapshot choosen over repository? Does the deploy plugin grep the version number or something? On 7/28/06, Stefan Magnus Landrø <[EMAIL PROTECTED]> wrote: I believe shapshots go in the snapshot repository, and release versions go in the release repository. korebanti

Re: Issues related to snapshot versions of dependencies and filenames

2006-07-28 Thread Wendy Smoak
On 7/28/06, korebantic <[EMAIL PROTECTED]> wrote: Do you know what mechanism chooses over , if both are present in ? For deployment, if the version ends in -SNAPSHOT, it will go to the (timestamped or not depending on the setting.) Otherwise, it goes to . -- Wendy ---

Ad: Re: Issues related to snapshot versions of dependencies and filenames

2006-07-28 Thread Stefan Magnus Landrø
I believe shapshots go in the snapshot repository, and release versions go in the release repository. korebantic <[EMAIL PROTECTED]> skrev 28.07.2006 14:37:25: > Do you know what mechanism chooses over > , if both are present in ? > > On 7/28/06, Jörg Schaible <[EMAIL PROTECTED]> wrote: > > St

Re: Issues related to snapshot versions of dependencies and filenames

2006-07-28 Thread korebantic
Do you know what mechanism chooses over , if both are present in ? On 7/28/06, Jörg Schaible <[EMAIL PROTECTED]> wrote: Stefan Magnus Landrø wrote on Friday, July 28, 2006 10:49 AM: > I believe I found the solution to this issue. > > I placed the following snipplet in the jar-projects that my

RE: Issues related to snapshot versions of dependencies and filenames

2006-07-28 Thread Jörg Schaible
Stefan Magnus Landrø wrote on Friday, July 28, 2006 10:49 AM: > I believe I found the solution to this issue. > > I placed the following snipplet in the jar-projects that my project > depend upon, and made sure to use uniqueVersion set to false. > A fresh deploy of these jar-projects then wrote a

Ad: Issues related to snapshot versions of dependencies and filenames

2006-07-28 Thread Stefan Magnus Landrø
I believe I found the solution to this issue. I placed the following snipplet in the jar-projects that my project depend upon, and made sure to use uniqueVersion set to false. A fresh deploy of these jar-projects then wrote a -SNAPSHOT.jar to the company repository (you only get timestamped vers

Issues related to snapshot versions of dependencies and filenames

2006-07-27 Thread Stefan Magnus Landrø
Hi there, We've run into the following issue: Our war project depends on a certain number of in house jar projects. Now, these jar projects are under development, so we're using snapshots, and publishing these to our company repository on a regular basis. Now, the thing is that on some environ