try using the <executions> in the plugin definition..

<plugin>
  <groupId>foo</>
  <artifactId>bar</>
  <executions>
     <execution>
         <id>
         <configuration>
           lsdkjf
         </configuration>
         <goals>
           <goal>whatever the goal is</goal
          </goals>
     <execution>
     (more executions)
  </execution>
</plugin>




On 12/19/05, Jurgen De Landsheer <[EMAIL PROTECTED]> wrote:
>
> hello,
>
> I have made a plugin that I want to call a couple of times
> during the site cyclus but even when i use a new configuration
> it keeps the old one (config fwhen the plugin is called the first time)
>
> <plugins>
> <plugin>
>     xxx
>     <configuration>
>        config aaa
>     <configuration>
> </plugin>
> <plugin>
>     xxx
>     <configuration>
>        config bbb
>     <configuration>
> </plugin>
> </plugins>
>
> plugin is executed twice with config aaa
>
> greetings,
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
jesse mcconnell
jesseDOTmcconnellATgmailDOTcom

Reply via email to