That's how you would do it with Nexus - schedule the "Remove Snapshots from Repository" task. You can configure it different ways (minimum count, retention days, remove if released).
/Anders On Fri, Mar 4, 2011 at 15:48, hall baseball <[email protected]> wrote: > Is there any way of limiting the number of deployed snapshot jars? We > deploy these every night, Is the only solution to set up a job that to > ensures the # of deployed snapshot jars is kept constant? > > Thanks for the info > > -Dave > > --- On Thu, 3/3/11, Wayne Fay <[email protected]> wrote: > > > From: Wayne Fay <[email protected]> > > Subject: Re: Maven 3 deploy jar name appending numbers > > To: "Maven Users List" <[email protected]> > > Date: Thursday, March 3, 2011, 4:59 PM > > > I tried changing this flag > > uniqueVersion to false, but still the same effect. > > > > > > This did not occur with maven 2. any ideas on how to > > make the output of deploy be jarname-8.5.3-SNAPSHOT.jar? > > > > This is how Maven3 works, read the compatibility notes for > > M3. > > > https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html#Maven3.xCompatibilityNotes-NonuniqueSnapshotDeployments > > > > Wayne > > > > --------------------------------------------------------------------- > > 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] > >
