Please expound on what you mean by "using libraries in a dependency fashion". I want to do this as well, and I'm not sure how. Do you mean I should create an instance of the other Mojo within my Mojo class? If so, how does it get configured properly?
..David.. -----Original Message----- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Sunday, November 27, 2005 10:46 AM To: Maven Users List Subject: Re: inheriting from plugins No, I mean using libraries in a dependency fashion, rather than inheritance. plexus-utils contains the DirectoryScanner class from Ant if you'd like a lighter dependency for that. Our priorities for documentation are: 1) pure user documentation on Maven feature usage 2) plugin developer documentation and related javadoc 3) maven developer internals documentation and related javadoc On 11/27/05, Anuerin Diaz <[EMAIL PROTECTED]> wrote: > thanks brett. by composition you mean coding from scratch? currently i > am doing that but i was hoping to re-use some of the code in the > plugins. as it is i am going to use ant classes for directory scanning > and processing because most of the classes used in the code do not > have javadocs (and they seem to have low priority) to guide new users. > that is one issue that i have beef with but we have other alternatives > so we might as well leverage on that. --------------------------------------------------------------------- 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]
