if you take a look at the pom file and parent pom, you will see

    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-project</artifactId>
      <version>2.0</version>
    </dependency>

-D

On 12/15/05, Christopher Cobb <[EMAIL PROTECTED]> wrote:
>
> I see several plugin examples on the Maven site that use
> MavenProject.  When
> I try to use it, however, I get the error:
>
>
>
> package org.apache.maven.project does not exist
>
>
>
> How do I give my plugin access to MavenProject??
>
>
>
> cc
>
>
>
>
>
>
> -----------------------------------------
> Attention:
> Any views expressed in this message are those of the individual sender,
> except where the message states otherwise and the sender is authorized
> to state them to be the views of any such entity. The information
> contained in this message and or attachments is intended only for the
> person or entity to which it is addressed and may contain confidential
> and/or privileged material.  If you received this in error, please
> contact the sender and delete the material from any system and destroy
> any copies.
>
>

Reply via email to