Hmmm,

Sorry - Not really a bug...but more of a convenience
lookup method request.

I reviewed lookupMojo, and if these was another one
like this I think everything would work out:
    protected Mojo lookupMojo(
                String mojoArtifactId, 
                String mojoGroupId, 
                String mojoVersion, 
                String goal, 
                File pom )
        throws Exception
{
    PlexusConfiguration pluginConfiguration =
extractPluginConfiguration( artifactId, pom );

    return lookupMojo( groupId, artifactId, version,
goal, pluginConfiguration );
}

I'll give this a shot next, and post back.  I have a
CLA with Apache...in case anyone wants to throw this
in with the rest of the harness.

Cheers,
- Ole


 
____________________________________________________________________________________
Any questions? Get answers on any topic at www.Answers.yahoo.com.  Try it now.

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

Reply via email to