You're looking for <pluginManagement> I believe...
Wayne
On 12/6/06, Gregory Kick <[EMAIL PROTECTED]> wrote:
I have a question about the behavior of the <dependencyManagement>
portion of a POM as it relates to plugin dependencies.
Say I have:
...
<dependencyManagement>
<dependencies>
<dependency>
<groupId>GROUP</groupId>
<artifactId>ARTIFACT</artifactId>
</dependency>
</dependencies>
</dependencyManagement>
...
And in some project that inherits from this pom,
<plugin>
...
<dependencies>
<dependency>
<groupId>GROUP</groupId>
<artifactId>ARTIFACT</artifactId>
</dependency>
<delendencies>
...
</plugin>
will fail with a missing version.
Is this the expected behavior or is this a bug?
--
Gregory Kick
[EMAIL PROTECTED]
---------------------------------------------------------------------
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]