When you say "yes it's right" does that mean that SNAPSHOT parents
should automatically get downloaded or does that mean that SNAPSHOT
parents should NOT automatically get downloaded.

My snapshot Nexus repository is set to SNAPSHOT policy, which I believe
is correct.

---
Todd Thiessen
 

> -----Original Message-----
> From: Brian Fox [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, December 10, 2008 7:10 PM
> To: Maven Users List
> Subject: Re: Using a SNAPSHOT version for a parent
> 
> Yes it's right but make sure you have enabled snapshots for 
> the repo in question. By default only releases are enabled 
> for repos --Brian (mobile)
> 
> 
> On Dec 10, 2008, at 4:19 PM, "Todd Thiessen" <[EMAIL PROTECTED]>
> wrote:
> 
> > If I deploy a SNAPSHOT version of a parent POM, POMs that 
> reference it 
> > do not automatically download (even when running a 
> bootstrap profile).
> >
> > ie: Is this supported?
> >
> >   <parent>
> >     <artifactId>theid</artifactId>
> >     <groupId>thegroup</groupId>
> >     <version>0.0.1-SNAPSHOT</version>
> >   </parent>
> >
> > If the artifact already exists in my local repo, everything is fine.
> >
> > However, if I deploy a released version of the artifact and 
> change the 
> > parent reference accordingly
> >
> >   <parent>
> >     <artifactId>theid</artifactId>
> >     <groupId>thegroup</groupId>
> >     <version>0.0.1</version>
> >   </parent>
> >
> > POMs that reference it, automatically download it.
> >
> > Is it supposed to work this way?
> >
> > ---
> > Todd Thiessen
> >
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> 

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

Reply via email to