On 5/11/06, Jorg Heymans <[EMAIL PROTECTED]> wrote:
Thanks for the help Max.

You can specify snapshot version to be used if you

1) define the plugin repository

[...]

2) define the version of the plugin you want to use

[...]

However i did this for the war plugin, the resources don't get filtered
using above configuration so i'm wondering if there is anything else i
should do in the pom to make it work. Right now i'm only doing this, which
IMO is the most logical way it should work.

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-war-plugin</artifactId>
        <version>2.0-beta-3-SNAPSHOT</version>
      </plugin>
    </plugins>
    <resources>

Try <webResources> instead of <resources>

Regards,
Tomek

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

Reply via email to