pluginManagement is in <build>

 <build>

   <pluginManagement>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-clean-plugin</artifactId>
         <version>2.1</version>
       </plugin>

    ....

-D



On 12/2/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:

On 12/2/06, Dan Tran <[EMAIL PROTECTED]> wrote:
> I did exactly that in my ~70 projects tree.
>
> one more rule,  nail down all plugin versions in the pluginManagement
> section too.

Hmmm... does that work for plugins that you don't 'declare' in child poms?

If you're using the default config for a plugin, can you still fix the
version number in <dependencyManagement> ?

--
Wendy

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


Reply via email to