Hi Ashley, I had a similar issue for Axis -- It has many dependencies, which I wanted to keep grouped together - so that I can easily upgrade versions -- or keep Servers and my Axis WSDL2Java plugin easily in sync
So I build a "POM project" -- i.e. a project (e.g. axis-deps-1.2.1) that's artifact is a POM. This POM has in it all of the Axis dependencies I need (Note that this deps list is actually user-specific -- some deps are always required -- and some only if you use those features) Then my POMs depend on this POM (as a <dependency>), which in turn, sucks in the Axis dependencies. This, I think, is what Brett was referring to... BTW: you will eventually need a "local repo" of deps that cannot be housed at ibiblio (e.g vendor jars, Sun jars, etc.). We have several local repos in fact -- a mirror of ibiblio, a repo for 3rd party jars not in ibiblio, a repo of in-house jars,... Cheers, -- Chris On 10/4/05, Brett Porter <[EMAIL PROTECTED]> wrote: > > that's what > http://jira.codehaus.org/browse/MEV > is for > > > On 10/5/05, Ashley Williams <[EMAIL PROTECTED]> wrote: > > I get the hint! > > > > So if I have a pom version 0.1 that at least works for me who can I > > sumit it to for inclusion? > > > > > > On 4 Oct 2005, at 15:41, Brett Porter wrote: > > > > > On 10/5/05, Ashley Williams <[EMAIL PROTECTED]> wrote: > > > > > >> When you say xjc do you mean: > > >> http://www.ibiblio.org/maven2/javax/xml/jaxb-xjc/1.0.5/jaxb- > > >> xjc-1.0.5.pom > > >> > > >> because if so there are no dependencies declared there. What you see > > >> in my > > >> dependency list is home made in my own repository by trial and error. > > >> > > >> > > > > > > Yes, but obviously the pom is not complete. http:// > > > jira.codehaus.org/browse/MEV <http://jira.codehaus.org/browse/MEV> > > > > > > > > >> I think I've just temporarily been experiencing what it must have > > >> been like > > >> to devlop in maven 1. > > >> > > > > > > yup :) > > > > > > - Brett > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
