While working on the deb plugin to maven Andy Jefferson and I talked about
a synchronizing the goals between the rpm and the deb plugin as they do
the same for two different plattforms.

So I wrote this page, mostly for my own thoughts:

  http://wiki.nostdal.net/Articles_2fMaven_2fPackagePlugin

This plugin enables the users to use a defined set of goals but new
'package plugins' can be added and used by the user without changing the
maven.xml file. Some adjustments in project.properties might be needed but
thats details :)

Trygve

On Sat, 27 Sep 2003, Vincent Massol wrote:

> Hi,
>
> While waiting for the future component-based Maven implementation...
>
> What would you think about an "interface" plugin that would be used by
> plugins when calling goals from other plugins. The interface plugin
> would have properties to wire calls to "Well-Known Goals" (WKG) to the
> implementation. Default values would be the core plugins can be changed.
> For example the aspectj:weave goal would rewire the
> "maven.interface.call.compile-main" WKG to "aspect:compile" instead of
> the default "java:compile"?
>
> Thanks
> -Vincent

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to