Anybody have any idea what I am doing wrong?

-----Original Message-----
From: Allison, Bob [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 06, 2006 06:52
To: Maven Users List
Subject: [m201] Plugin Dependency Configuration


I am trying to configure a plugin with dependencies.

According to the current project descriptor document
(http://maven.apache.org/maven-model/maven.html), I should do the
following:

<project>
  <build>
    <plugins>
      <plugin>
        <groupId/>
        <artifactId/>
        <dependencies>
          <dependency>
            <groupId/>
            <artifactId/>
          </dependency>
        </dependencies>
        <configuration/>
      </plugin>
    </plugins>
  </build>
</project>

When I do this, I get a parse error on the POM that the <dependencies>
tag within the <plugin> is unrecognized.

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


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

Reply via email to