On Mon, 2006-05-08 at 16:08 -0400, Alexandre Poitras wrote: > If I remember correctly, Maven 2 was able to work without pom in the past > but in the end there were so many jars coming without pom that they decided > to remove the option. But I could be wrong.
I'm pretty sure maven2 works fine without pom files. However it does waste time by trying to find the pom each time, and generates warning messages about not being able to find them. Installing a basic pom for each jar is definitely the easiest and best solution. Otherwise, it's probably fairly simple to create a script that walks a repo tree and generates poms for all jars without one. The path to the jar has enough info to generate a basic pom I think (group, artifact, version). Cheers, Simon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]