On 7/22/06, Michael Wechner <[EMAIL PROTECTED]> wrote:
Do you think it makes sense to use the dependency component of Maven to use as a package manager tool in order to do automatic updates of an application resp. also provide a history of dependencies which would allow to downgrade in case an upgrade doesn't work as expected?
I haven't had time to go see what they're up to, but at JavaOne this year a developer on the Glassfish project demonstrated using embedded Maven to add and remove modules from the app server. Rather than having to install the entire thing, you start with a minimal Glassfish installation and then add (for example) JSP support. If you decide you don't want it, another command removes it. Is that close to what you want to do? -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
