If they are not using Continuum, ask them to use CruiseControl ;-) just
kidding. Just a little humor

On 4/26/06, Joel Sherriff <[EMAIL PROTECTED]> wrote:
>
> Only because not all users are using Continuum.  It's not for me to tell
> them to use Continuum...
> Although that is an idea...
>
> -----Original Message-----
> From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 26, 2006 5:33 PM
> To: Maven Developers List
> Subject: Re: Help with plugin - is this possible?
>
> It isn't the job of a plugin and I don't think it's possible.
>
> Why do you want to add a sensor to a tool like maven or ant, I think it
> would be better to create it for continuum. In Continuum, you have all
> infos.
>
> Emmanuel
>
> Joel Sherriff a écrit :
> >
> > Well guys, I got my plugin working but haven't been able to do
> > everything necessary.  Perhaps this isn't the job for a plugin.  What
> > I'm trying to do is write a sensor for a tool called Hackystat that
> > monitors tool usage.  In the case of Maven, I'd like to record build
> > success/failure, the phase that was attempted to be run, time,
> > project, etc.  I'm just not seeing how to do that via a plugin -
> > particularly success/failure.  Adding a plugin to a project's pom that
> > "sees" all phases is also particularly ugly.  One of the things I've
> > always disliked about the Hackystat Ant sensor is the requirement that
> > it be added to the ant build.xml - I was hoping I could avoid that
> > with Maven but I've accepted that I can't.  Would like to minimize
> > what a user has to do to their pom though.  What are your opinions on
> > adding a listener-type interface to the core where a plugin can
> > register a listener at any particular phase and receive notifications
> > on phase executions and process completion from that point on?  Or is
> > there another way to accomplish the same thing given the existing
> > architecture?
> >
> > J
> >
> > ---------------------------------------------------------------------
> > 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]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to