/**
         * @parameter expression="${plugin.artifacts}"
         * @required
         * @readonly
         */
        private List pluginArtifacts;


On 1/8/07, Niels Gylling <[EMAIL PROTECTED]> wrote:
Java plugin question:

When writing a Java plugin, how do I obtain the currently executed
plugins's dependency list?

I tried project.getBuild().getPlugins() but the plugin models here seems
to be without dependencies.

Do I have to perform a lookup of the plugin as an artifact and get the
dependencies from there  - or just hard code the additional dependencies
in the plugin?

I need this because my plugin start a new java process with a classpath
that I do now wish to copy to all modules referring to this plugin.

/Niels

---------------------------------------------------------------------
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