basically i have all my spring beans wiring up thru an small initial xml config file, the rest are thru annotation ( spring 3.0.x )
so if I want to wrap Spring Service with maven mojo, i guess i need to start the the spring container from some where. Where is the right place in the plugin? -D On Thu, Jun 24, 2010 at 1:46 PM, Baptiste MATHUS <[email protected]> wrote: > I guess you'll have to be give more details about what you want to do. > I don't understand: you want to create a jar containing spring beans? What > do you mean by spring beans (xml configuration, annotation, other...). Are > you writing a mojo where you want to use some part of spring, or even use > spring managed beans? > > Cheers > > 2010/6/24 Dan Tran <[email protected]> > >> Hi >> >> I have a set of Spring beans that I'd like to wrap them with maven >> plugin's mojo. Any suggestion? >> >> Thanks >> >> -Dan >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > -- > Baptiste <Batmat> MATHUS - http://batmat.net > Sauvez un arbre, > Mangez un castor ! > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
