My PluginMojo needs to acquire the artifacts of all plugin
specific defined dependencies. What API methods provide
this access.

Example, for MyNewPlugin the MyNewPluginMojo needs to retrieve
ref A and ref B artifacts.

  <build>
     <plugins>
         <plugin>
                -- MyNewPlugin  --
            <dependencies>
               <dependency>
                        -- ref A --
               </dependency>
               <dependency>
                        -- ref B --
               </dependency>
            </dependencies>
         </plugin>
            :
            :

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

Reply via email to