Bob,

What I can see from your pom.xml, is that you included the dependency
in the <report> section, of which the outline is added below, and
there are no dependencies given...

Mylene

      <reporting>
        <excludeDefaults/>
        <outputDirectory/>
        <plugins>
          <plugin>
            <groupId/>
            <artifactId/>
            <version/>
            <inherited/>
            <configuration/>
            <reportSets>
              <reportSet>
                <id/>
                <configuration/>
                <inherited/>
                <reports/>
              </reportSet>
            </reportSets>
          </plugin>
        </plugins>
      </reporting>


On 1/9/06, Allison, Bob <[EMAIL PROTECTED]> wrote:
> <?xml version="1.0" encoding="ISO-8859-1"?>
>
> <project>
(...)
>     <reporting>
>         <plugins>
>             <plugin>
>                 <groupId>org.codehaus.mojo</groupId>
>                 <artifactId>surefire-report-maven-plugin</artifactId>
>             </plugin>
>             <plugin>
>                 <groupId>org.apache.maven.plugins</groupId>
>
> <artifactId>maven-project-info-reports-plugin</artifactId>
>             </plugin>
>             <plugin>
>                 <groupId>org.apache.maven.plugins</groupId>
>                 <artifactId>maven-checkstyle-plugin</artifactId>
>                 <dependencies>
>                     <dependency>
>                         <groupId>qaccess</groupId>
>                         <artifactId>build-tools</artifactId>
>                         <version>3.0-SNAPSHOT</version>
>                     </dependency>
>                 </dependencies>
>                 <configuration>
>                     <configLocation>style/Q.Access.xml</configLocation>
>                     <headerLocation>LICENSE.txt</headerLocation>
>                 </configuration>
>             </plugin>
>         </plugins>
>     </reporting>
> </project>
>
> -----Original Message-----
> From: Kees de Kooter [mailto:[EMAIL PROTECTED]
> Sent: Monday, January 09, 2006 05:24
> To: Maven Users List
> Subject: Re: [m201] Plugin Dependency Configuration
>
>
> On 1/9/06, Allison, Bob <[EMAIL PROTECTED]> wrote:
> > Anybody have any idea what I am doing wrong?
>
> Could you please post your pom?
>

--
Mylene

Books just wanna be FREE! See what I mean at:
http://bookcrossing.com/friend/mylene

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

Reply via email to