Maven not pulling down latest snapshot jar issue

2011-09-30 Thread Kurt T Stam
1. I'm using maven-3.0.3 and does anyone else have the issue where the 
latest

snapshot jar is NOT downloaded while the meta data IS updated?

It sounds a lot like what's being described in this bug report, although 
the title is misleading

http://jira.codehaus.org/browse/MNG-4142, ad it happens when

uniqueVersionfalse/uniqueVersion

for that repository.

2. I tried applying the patch attached to MNG-4142 to the current trunk, 
but code seems to have been moved around on the trunk. Maybe someone can 
point to the current relevant code, so I can maybe submit a patch for 
it. This issue is pretty nasty as it makes for non reproducible builds.


Thx,

--Kurt


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



RE: Maven not pulling down latest snapshot jar issue

2011-09-30 Thread Robert Scholte

Sounds like http://jira.codehaus.org/browse/MNG-5087

 

-Robert


 Date: Fri, 30 Sep 2011 11:46:19 -0400
 From: kurt.s...@gmail.com
 To: users@maven.apache.org
 Subject: Maven not pulling down latest snapshot jar issue
 
 1. I'm using maven-3.0.3 and does anyone else have the issue where the 
 latest
 snapshot jar is NOT downloaded while the meta data IS updated?
 
 It sounds a lot like what's being described in this bug report, although 
 the title is misleading
 http://jira.codehaus.org/browse/MNG-4142, ad it happens when
 
 uniqueVersionfalse/uniqueVersion
 
 for that repository.
 
 2. I tried applying the patch attached to MNG-4142 to the current trunk, 
 but code seems to have been moved around on the trunk. Maybe someone can 
 point to the current relevant code, so I can maybe submit a patch for 
 it. This issue is pretty nasty as it makes for non reproducible builds.
 
 Thx,
 
 --Kurt
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org
 
-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Maven not pulling down latest snapshot jar issue

2011-09-30 Thread Kurt T Stam

Thanks Robert,

I tried replacing the aether jar from 1.11 to 1.12 but that did not fix 
my issue. In my case the meta

data is nicely updated by the actual jar and pom etc are still old.

I guess I will spend some time with the debugger over the weekend to see 
what's going on.


If anyone has some hints in where to look first then plz let me know!

--Kurt

On 9/30/11 12:40 PM, Robert Scholte wrote:

Sounds like http://jira.codehaus.org/browse/MNG-5087



-Robert



Date: Fri, 30 Sep 2011 11:46:19 -0400
From: kurt.s...@gmail.com
To: users@maven.apache.org
Subject: Maven not pulling down latest snapshot jar issue

1. I'm using maven-3.0.3 and does anyone else have the issue where the
latest
snapshot jar is NOT downloaded while the meta data IS updated?

It sounds a lot like what's being described in this bug report, although
the title is misleading
http://jira.codehaus.org/browse/MNG-4142, ad it happens when

uniqueVersionfalse/uniqueVersion

for that repository.

2. I tried applying the patch attached to MNG-4142 to the current trunk,
but code seems to have been moved around on the trunk. Maybe someone can
point to the current relevant code, so I can maybe submit a patch for
it. This issue is pretty nasty as it makes for non reproducible builds.

Thx,

--Kurt


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Maven not pulling down latest snapshot jar issue

2011-09-30 Thread Patrick Sansoucy
Is'nt rather related to this Jira that's been there for a while ?

http://jira.codehaus.org/browse/MNG-5037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel


Patrick Sansoucy
In theory, there is no difference between theory and practice, but in
practice, there is ...



On Fri, Sep 30, 2011 at 2:44 PM, Kurt T Stam kurt.s...@gmail.com wrote:
 Thanks Robert,

 I tried replacing the aether jar from 1.11 to 1.12 but that did not fix my
 issue. In my case the meta
 data is nicely updated by the actual jar and pom etc are still old.

 I guess I will spend some time with the debugger over the weekend to see
 what's going on.

 If anyone has some hints in where to look first then plz let me know!

 --Kurt

 On 9/30/11 12:40 PM, Robert Scholte wrote:

 Sounds like http://jira.codehaus.org/browse/MNG-5087



 -Robert


 Date: Fri, 30 Sep 2011 11:46:19 -0400
 From: kurt.s...@gmail.com
 To: users@maven.apache.org
 Subject: Maven not pulling down latest snapshot jar issue

 1. I'm using maven-3.0.3 and does anyone else have the issue where the
 latest
 snapshot jar is NOT downloaded while the meta data IS updated?

 It sounds a lot like what's being described in this bug report, although
 the title is misleading
 http://jira.codehaus.org/browse/MNG-4142, ad it happens when

 uniqueVersionfalse/uniqueVersion

 for that repository.

 2. I tried applying the patch attached to MNG-4142 to the current trunk,
 but code seems to have been moved around on the trunk. Maybe someone can
 point to the current relevant code, so I can maybe submit a patch for
 it. This issue is pretty nasty as it makes for non reproducible builds.

 Thx,

 --Kurt


 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org


 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org



 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Maven not pulling down latest snapshot jar issue

2011-09-30 Thread Kurt T Stam

Thanks Patrick,

Yep that one is just what I am seeing. Looks like there is more to it 
then I thought.. Thanks for pointing me in the right direction.. Why 
aren't more people complaining about this? Is everyone using products 
like Artifactory to keep the number of snapshot of each artifact down?


--Kurt

On 9/30/11 3:42 PM, Patrick Sansoucy wrote:

Is'nt rather related to this Jira that's been there for a while ?

http://jira.codehaus.org/browse/MNG-5037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel


Patrick Sansoucy
In theory, there is no difference between theory and practice, but in
practice, there is ...



On Fri, Sep 30, 2011 at 2:44 PM, Kurt T Stamkurt.s...@gmail.com  wrote:

Thanks Robert,

I tried replacing the aether jar from 1.11 to 1.12 but that did not fix my
issue. In my case the meta
data is nicely updated by the actual jar and pom etc are still old.

I guess I will spend some time with the debugger over the weekend to see
what's going on.

If anyone has some hints in where to look first then plz let me know!

--Kurt

On 9/30/11 12:40 PM, Robert Scholte wrote:

Sounds like http://jira.codehaus.org/browse/MNG-5087



-Robert



Date: Fri, 30 Sep 2011 11:46:19 -0400
From: kurt.s...@gmail.com
To: users@maven.apache.org
Subject: Maven not pulling down latest snapshot jar issue

1. I'm using maven-3.0.3 and does anyone else have the issue where the
latest
snapshot jar is NOT downloaded while the meta data IS updated?

It sounds a lot like what's being described in this bug report, although
the title is misleading
http://jira.codehaus.org/browse/MNG-4142, ad it happens when

uniqueVersionfalse/uniqueVersion

for that repository.

2. I tried applying the patch attached to MNG-4142 to the current trunk,
but code seems to have been moved around on the trunk. Maybe someone can
point to the current relevant code, so I can maybe submit a patch for
it. This issue is pretty nasty as it makes for non reproducible builds.

Thx,

--Kurt


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Maven not pulling down latest snapshot jar issue

2011-09-30 Thread Patrick Sansoucy
My pleasure,

Since M2 does the job, most people I've spoken to (including at my own
workplace) hold back on M3 ... On top of that, there is the
timestamped artifact workaround.

I wish this could be higher up in the priority list, just for the fact
it will push M3 adoption :(

Patrick Sansoucy
In theory, there is no difference between theory and practice, but in
practice, there is ...



On Fri, Sep 30, 2011 at 5:24 PM, Kurt T Stam kurt.s...@gmail.com wrote:
 Thanks Patrick,

 Yep that one is just what I am seeing. Looks like there is more to it then I
 thought.. Thanks for pointing me in the right direction.. Why aren't more
 people complaining about this? Is everyone using products like Artifactory
 to keep the number of snapshot of each artifact down?

 --Kurt

 On 9/30/11 3:42 PM, Patrick Sansoucy wrote:

 Is'nt rather related to this Jira that's been there for a while ?


 http://jira.codehaus.org/browse/MNG-5037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel


 Patrick Sansoucy
 In theory, there is no difference between theory and practice, but in
 practice, there is ...



 On Fri, Sep 30, 2011 at 2:44 PM, Kurt T Stamkurt.s...@gmail.com  wrote:

 Thanks Robert,

 I tried replacing the aether jar from 1.11 to 1.12 but that did not fix
 my
 issue. In my case the meta
 data is nicely updated by the actual jar and pom etc are still old.

 I guess I will spend some time with the debugger over the weekend to see
 what's going on.

 If anyone has some hints in where to look first then plz let me know!

 --Kurt

 On 9/30/11 12:40 PM, Robert Scholte wrote:

 Sounds like http://jira.codehaus.org/browse/MNG-5087



 -Robert


 Date: Fri, 30 Sep 2011 11:46:19 -0400
 From: kurt.s...@gmail.com
 To: users@maven.apache.org
 Subject: Maven not pulling down latest snapshot jar issue

 1. I'm using maven-3.0.3 and does anyone else have the issue where the
 latest
 snapshot jar is NOT downloaded while the meta data IS updated?

 It sounds a lot like what's being described in this bug report,
 although
 the title is misleading
 http://jira.codehaus.org/browse/MNG-4142, ad it happens when

 uniqueVersionfalse/uniqueVersion

 for that repository.

 2. I tried applying the patch attached to MNG-4142 to the current
 trunk,
 but code seems to have been moved around on the trunk. Maybe someone
 can
 point to the current relevant code, so I can maybe submit a patch for
 it. This issue is pretty nasty as it makes for non reproducible builds.

 Thx,

 --Kurt


 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org

 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org


 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org


 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org



 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org