On Mon, 2006-05-08 at 13:36 -0500, Wayne Fay wrote: > When you installed those dependencies in your local repo, did you use > -DgeneratePom=true ? > > If not, reinstall the 3rd party artifacts and use that parameter so > poms are created, to avoid this "downloading poms from central" thing > in the future.
Thanks for the reply Wayne. Not quite sure what you're referring to. The jars that get installed in my local repo are put there 1 of 2 ways. Either: 1) Checked into a subversion module, which copies them to a web server on commit. 2) Placed on the web server by Continuum after building the project with Maven 1. For option 1, it sounds like you're suggesting that there's a way to get Maven to generate a pom for the jar file? If so, could you elaborate? For option 2, Maven 2 isn't involved at all, and it's an automated process, so I don't think that it's feasible at all to get a pom generated for these jars. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
