[jira] Commented: (MRM-4) repoclean overwrites valid poms with dummy poms when there was none in m1 repo

2005-06-09 Thread Trygve Laugstol (JIRA)
[ http://jira.codehaus.org/browse/MRM-4?page=comments#action_40874 ] Trygve Laugstol commented on MRM-4: --- John: Is is possible to have a process that scans for changed/new artifacts only and processes them? Is so, is this process any less disk

Re: [jira] Commented: (MRM-4) repoclean overwrites valid poms with dummy poms when there was none in m1 repo

2005-06-09 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 it already does so, based on the artifact itself's lastMod time...this is why the POM check is getting messed up...the artifact has changed, so repoclean processes it without any regard for what's already there WRT the POM... That's what we need to

Re: [jira] Commented: (MRM-4) repoclean overwrites valid poms with dummy poms when there was none in m1 repo

2005-06-09 Thread Brett Porter
This doesn't need to be complicated, do timestamp checks, or anything - it is just when there is no pom at the source, don't create a fake one at the dest, if it already exists. If there is one at the source, its fine to do a conversion. - Brett John Casey wrote: it already does so, based

Re: [jira] Commented: (MRM-4) repoclean overwrites valid poms with dummy poms when there was none in m1 repo

2005-06-09 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ...which was exactly my point. I'll implement this later today, when I get the profiles ITs done. Brett Porter wrote: This doesn't need to be complicated, do timestamp checks, or anything - it is just when there is no pom at the source, don't

[jira] Commented: (MRM-4) repoclean overwrites valid poms with dummy poms when there was none in m1 repo

2005-06-08 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MRM-4?page=comments#action_40823 ] John Casey commented on MRM-4: -- shouldn't we opt to publish to the m1 repo and let the converter push it across instead of putting in this check? We talked about this at one time on