Looks like MNG-1048 [1], which Brett fixed yesterday.

Cheers,
-Ralph.

[1] http://jira.codehaus.org/browse/MNG-1048

On 04.10.2005, at 16:27, phillip rhodes wrote:
My j2ee-1.3.1.jar is being included in my war file
although I set the scope to "provided"

I am using Maven version: 2.0-beta-2

Is this a bug or am I making a mistake?
Thank you!

In my dependencies:
    <dependency>
      <groupId>j2ee</groupId>
      <artifactId>j2ee</artifactId>
      <version>1.3.1</version>
      <scope>provided</scope>
    </dependency>

Phillip Rhodes

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

Reply via email to