Re: How to delete certain snapshots from Nexus

2015-07-21 Thread Cintia Del Rio
zip or an OSGi features.xml that didn't get updated correctly. In any > case > > if I could simply get Nexus to delete our (prior) project's snapshots and > > then fail the CI build it would help a lot. (It would help Nexus too as > the > > old/obsolete snapshots

Re: How to delete certain snapshots from Nexus

2015-07-21 Thread Cintia Del Rio
2015 2:42 PM, David Hoffer wrote: > >>>>>>> > >>>>>>>Yeah it appears our IT group is right...Nexus doesn't have a > >>>>>>> UI/feature > >>>>>>> > >>>>>>> to > >>>>>>>> do what we want. What other options are there? > >>>>>>>> > >>>>>>>> This would seem a common need, major project does a refactor of > >>>>>>>> Maven > >>>>>>>> GA > >>>>>>>> and want to delete all SNAPSHOTS used by the project to verify the > >>>>>>>> refactor > >>>>>>>> is 100% complete. We have had too many cases where the build is > >>>>>>>> still > >>>>>>>> pointing to an old artifact that isn't part of the build anymore > yet > >>>>>>>> the > >>>>>>>> build is happy because old artifacts are still in Nexus. > >>>>>>>> > >>>>>>>> -Dave > >>>>>>>> > >>>>>>>> On Tue, Jul 21, 2015 at 12:36 PM, Karl Heinz Marbaise < > >>>>>>>> khmarba...@gmx.de> > >>>>>>>> wrote: > >>>>>>>> > >>>>>>>> Hi David, > >>>>>>>> > >>>>>>>> On 7/21/15 6:03 PM, David Hoffer wrote: > >>>>>>>> > >>>>>>>>> We use Nexus as our corporate Maven repository and would like > >>>>>>>>> to > >>>>>>>>> > >>>>>>>>> periodically delete certain SNAPSHOT artifacts. We need to be > >>>>>>>>> able > >>>>>>>>> > >>>>>>>>>> to > >>>>>>>>>> filter/select by groupId and by version...so delete all where > >>>>>>>>>> groupId=com.mycomp.mygroupid.* and version=X.SNAPSHOT. > >>>>>>>>>> > >>>>>>>>>> You can only delete all kind of SNAPSHOT's in Nexus based > on a > >>>>>>>>>> time > >>>>>>>>>> > >>>>>>>>>> frame > >>>>>>>>>> > >>>>>>>>> for example delete all SNAPSHOT's which are older than 30 days > >>>>>>>>> etc.. > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> Our use case is that when we refactor part of the build to > use > >>>>>>>>> new > >>>>>>>>> > >>>>>>>>> groupIds > >>>>>>>>> > >>>>>>>>>> the old ones are not valid anymore however sometimes there is a > >>>>>>>>>> lingering > >>>>>>>>>> reference to the old groupId, if we can delete all the old > >>>>>>>>>> SNAPSHOTS > >>>>>>>>>> we > >>>>>>>>>> could find those errors now instead of when we release. > >>>>>>>>>> > >>>>>>>>>> Any ideas on how to do this are much appreciated. > >>>>>>>>>> > >>>>>>>>>> -Dave > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> Kind regards > >>>>>>>>>> > >>>>>>>>>> Karl Heinz Marbaise > >>>>>>>>>> > >>>>>>>>> > > -- > > Ron Wheeler > > President > > Artifact Software Inc > > email: rwhee...@artifact-software.com > > skype: ronaldmwheeler > > phone: 866-970-2435, ext 102 > > > > > > - > > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > > For additional commands, e-mail: users-h...@maven.apache.org > > > > > -- --- Sent from TARDIS. Typos might be a timey whyney thingy. Enviado da TARDIS, podem existir erros devido à diferenças de espaço-tempo. Cintia Del Rio

Re: deployAtEnd really works?

2015-05-14 Thread Cintia Del Rio
good feature > > Thanks > > -Dan > > On Wed, May 13, 2015 at 11:19 PM, Cintia Del Rio > wrote: > > > Do you have a customised lifecycle plugin in your reactor? > > > > https://jira.codehaus.org/browse/MDEPLOY-176 > > > > > > On 14 May

Re: deployAtEnd really works?

2015-05-13 Thread Cintia Del Rio
ion in the aggregator pom? > > > > - > > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > > For additional commands, e-mail: users-h...@maven.apache.org > > > > > -- --- Sent from TARDIS. Typos might be a timey whyney thingy. Enviado da TARDIS, podem existir erros devido à diferenças de espaço-tempo. Cintia Del Rio

Re: Why would maven download a pom and not a jar?

2015-03-10 Thread Cintia Del Rio
tiste Mathus wrote: > Could you rephrase? You think pom.xml is a dependency of the > "dependency:tree" goal? If so, then the answer is no. > > Cheers > > 2015-03-11 6:59 GMT+01:00 Cintia Del Rio : > > > Isn't it a dependency of the dependency plugin itse

Re: Why would maven download a pom and not a jar?

2015-03-10 Thread Cintia Del Rio
> > > > Does anyone know why maven would download a pom file, and then not > attempt > > to download the associated jar? > > > > > > Thanks, > > Dan > > > > > > -- > Baptiste MATHUS - http://batmat.net > Sauvez un arbre, > Mangez un castor ! > -- --- Sent from TARDIS. Typos might be a timey whyney thingy. Enviado da TARDIS, podem existir erros devido à diferenças de espaço-tempo. Cintia Del Rio

Re: Trouble Installing Maven - not sure of /java location mac os x mavericks

2014-08-14 Thread Cintia Del Rio
nt from TARDIS. Typos might be a timey whyney thingy. Enviado da TARDIS, podem existir erros devido à diferenças de espaço-tempo. Cintia Del Rio

Re: Adding Atlassian repos but keeping maven central?

2014-06-06 Thread Cintia Del Rio
/maven.atlassian.com/content/repositories/atlassian-3rdparty/ > and https://maven.atlassian.com/content/repositories/atlassian-contrib/ > > see https://maven.atlassian.com/index.html#view-repositories for the list. > > > On Fri, Jun 6, 2014 at 12:17 PM, Cintia Del Rio >

Re: Adding Atlassian repos but keeping maven central?

2014-06-06 Thread Cintia Del Rio
------------ > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > > -- --- Sent from TARDIS. Typos might be a timey whyney thingy. Enviado da TARDIS, podem existir erros devido à diferenças de espaço-tempo. Cintia Del Rio

Re: dependency plugin automatic version resolution

2014-04-18 Thread Cintia Del Rio
It makes a lot of sense. Cheers, On 18 April 2014 19:20, MK Tan wrote: > Maven will use the dependency plugin from the super pom. > Which you can found at > http://maven.apache.org/ref/3.2.1/maven-model-builder/super-pom.html > > > > On Fri, Apr 18, 2014 at 5:09 PM, C

dependency plugin automatic version resolution

2014-04-18 Thread Cintia Del Rio
; mvn dependency:tree I removed my maven settings.xml files before testing, so I don't think it's something local. Cheers, -- Cintia Del Rio