You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Henri Gomez <he...@gmail.com> on 2009/03/03 14:40:38 UTC

conditional extensions

Hi to all,

I used to have the following in our enterprise POM.

  <build>

...

    <extensions>
      <extension>
        <groupId>org.apache.maven.wagon</groupId>
        <artifactId>wagon-webdav</artifactId>
        <version>1.0-beta-2</version>
      </extension>
    </extensions>

As of maven 2.0.9 it's no more mandatory and cause conflict with
sonar, so I removed it.
Many of our developpers use m2eclipse with the embedded maven 2.1.x
but this one miss the DAV wagon.

Did there is a way to activate extension conditionaly, ie got it
loaded only when Maven embedded 2.1.x is in use ?

Regards

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org