--- Craig Walls <[EMAIL PROTECTED]> wrote: > > Maven will put the JARs in the local Maven > repository for you, so you > shouldn't need to do anything. > > However, in my experience, because these are all > SNAPSHOT builds, even if > you build Pico, Generama, etc before doing the > plugins, the plugin build > will go and try to get the latest SNAPSHOTs anyway. > > So, what I do is change the SNAPSHOT builds (after I > build each one) to be > read-only (chmod 400 in Unix, attrib +r in windows) > so that Maven won't be > able to overwrite my fresh builds with the JARs that > are on the remote > repository. > > It's a pain in the butt, but I don't know any other > way to do it. Anybody > else got a suggestion? >
Also, decent maven version will look whether to download snapshot basing on modification time. But dist.codehaus.org seems not to honor if-modified-since header in http request, so I had a couple of problems... maven -o will suppress downloading too. ( but this is clearly uncool... ) regards, ===== ----[ Konstantin Pribluda ( ko5tik ) ]---------------- Zu Verst�rkung meines Teams suche ich ab Sofort einen Softwareentwickler[In] f�r die Festanstellung. Arbeitsort: Mainz Skills: Programieren, Kentnisse in OpenSource-Bereich ----[ http://www.pribluda.de ]------------------------ __________________________________ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
