Re: M2 and pom-less files

2005-08-25 Thread Brett Porter
Steve Loughran wrote: > yes, it gets past that, only to encounter some more fun related do > directory-naming/naming-java/0.8 : > > [m2-libraries] Downloading: directory-naming/poms/naming-java-0.8.pom > [m2-libraries] Transferring 0K > [m2-libraries] [WARNING] *** CHECKSUM FAILED - Checksum faile

Re: M2 and pom-less files

2005-08-25 Thread Steve Loughran
Brett Porter wrote: Steve Loughran wrote: -how does someone as blissfully ignorant of maven is me get the full ant task jar to build. I can do the m2 install of the particular module, but want to recreate the full jar without doing it by hand.. m2 assembly:assembly (we've just recently don

Re: M2 and pom-less files

2005-08-25 Thread Brett Porter
Steve Loughran wrote: > > -how does someone as blissfully ignorant of maven is me get the full > ant task jar to build. I can do the m2 install of the particular > module, but want to recreate the full jar without doing it by hand.. m2 assembly:assembly (we've just recently done the work such th

Re: M2 and pom-less files

2005-08-25 Thread Steve Loughran
Brett Porter wrote: Hi Steve, Currently, it is always a warning (in SVN), it shouldn't fail. - Brett -how does someone as blissfully ignorant of maven is me get the full ant task jar to build. I can do the m2 install of the particular module, but want to recreate the full jar without doing

Re: M2 and pom-less files

2005-08-25 Thread Steve Loughran
Brett Porter wrote: Hi Steve, Currently, it is always a warning (in SVN), it shouldn't fail. - Brett Steve Loughran wrote: if you are getting stuff from a "legacy" repository, e.g. http://cvs.apache.org/repository/, you are going to find that a lot of the stuff doesnt have any matching pom

Re: M2 and pom-less files

2005-08-24 Thread Brett Porter
Hi Steve, Currently, it is always a warning (in SVN), it shouldn't fail. - Brett Steve Loughran wrote: > if you are getting stuff from a "legacy" repository, e.g. > http://cvs.apache.org/repository/, you are going to find that a lot of > the stuff doesnt have any matching pom file. > > why does

M2 and pom-less files

2005-08-24 Thread Steve Loughran
if you are getting stuff from a "legacy" repository, e.g. http://cvs.apache.org/repository/, you are going to find that a lot of the stuff doesnt have any matching pom file. why doesnt the element have a pomPolicy alongside a checksumPolicy, letting us switch from fail to warn in such a situa