Hi.
Our current projects currently make extensive use of Maven 1.0. Since Maven 2 looks very promising, we'd like to make the switch. At this moment, many projects contain project-specific goals in maven.xml. We could convert this code into M2 plugins, but that would separate the project-specific plugin from the rest of the project.
What's so bad about that?
Is it possible to have a project-specific directory in which Maven also searches for plugins? This would allow us to keep the project-specific plugin in the same structure as the project itself.
You may configure plugin repositories on a per-project basis. Bye. /lexi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
