Hi, I'm using m2eclipse 0.0.10, Eclipse 3.3.0, Maven 2.0.7.

I have added some maven dependencies using a "provided" scope:

<dependency>
        <groupId>pae</groupId>
        <artifactId>library</artifactId>
        <version>1.0</version>
        <scope>provided</scope>         <--- this line
</dependency>

But,the problem is, that when I publish my site using eclipse, that
dependency get's deployed, because all the jars inside "Maven2
Dependencies module" are deployed, and I couldnt find a way to filter
some of them.

Thanks!

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

Reply via email to