<?xml version="1.0" encoding="ISO-8859-1"?> <project> <modelVersion>4.0.0</modelVersion> <groupId>qaccess</groupId> <artifactId>toplevel</artifactId> <packaging>pom</packaging> <name>Bob's Maven 2.0 Experiment</name> <version>3.0-SNAPSHOT</version> <url>http://qadev-home.dev.qintra.com/</url> <issueManagement> <system>Mantis</system> <url>http://qadev-home.dev.qintra.com/mantis</url> </issueManagement> <ciManagement> <system>continuum</system> <notifiers> <notifier> <type>mail</type> <address>[EMAIL PROTECTED]</address> </notifier> </notifiers> </ciManagement> <inceptionYear>2004</inceptionYear> <developers> <developer> <id>allisord</id> <name>Bob Allison</name> <email>[EMAIL PROTECTED]</email> <organization>Qwest</organization> <roles> <role>Developer</role> </roles> <timezone>-5</timezone> </developer> </developers> <contributors> </contributors> <licenses> <license> <name>Qwest Proprietary</name> <url>http://qadev-home.dev.qintra.com/m2/LICENSE.txt</url> <distribution>manual</distribution> </license> </licenses> <scm> <connection>scm:svn:file:///svn/qaccess/trunk</connection> <developerConnection>scm:svn:file:///svn/qaccess/trunk</developerConnect ion> </scm> <organization> <name>Qwest</name> <url>http://www.qwest.com/</url> </organization> <build> <defaultGoal>test</defaultGoal> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.4</source> <target>1.4</target> </configuration> </plugin> </plugins> </pluginManagement> </build> <dependencies> </dependencies> <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? --------------------------------------------------------------------- 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]