<?xml version="1.0"?><project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>net.objectlab</groupId>
  <artifactId>mvn-qalab-plugin</artifactId>
  <packaging>maven-plugin</packaging>
  <name>QALab Plugin for Maven 2</name>
  <version>2.2</version>
  <description>A Maven 2 compatible plugin for QALab.</description>
  <url>http://qalab.sourceforge.net</url>
  <issueManagement>
    <url>http://www.sourceforge.net/tracker/?group_id=140880</url>
  </issueManagement>
  <inceptionYear>2005</inceptionYear>
  <mailingLists>
    <mailingList>
      <name>QALab Users</name>
      <subscribe>http://lists.sourceforge.net/lists/listinfo/qalab-users</subscribe>
      <unsubscribe>http://lists.sourceforge.net/lists/listinfo/qalab-users</unsubscribe>
      <archive>http://sourceforge.net/mailarchive/forum.php?forum=qalab-users</archive>
    </mailingList>
  </mailingLists>
  <developers>
    <developer>
      <id>benoitx</id>
      <name>Benoit Xhenseval</name>
      <email>benoitx at sourceforge dot net</email>
      <url></url>
      <organization>ObjectLab Financial Ltd</organization>
      <organizationUrl>http://www.objectlab.co.uk</organizationUrl>
      <roles>
        <role>QALab In Chief</role>
        <role>Developer</role>
      </roles>
      <timezone>+1</timezone>
    </developer>
    <developer>
      <id>marchy</id>
      <name>Marcin Jekot</name>
      <email>marcy at sourceforge dot net</email>
      <url></url>
      <organization>ObjectLab Financial Ltd</organization>
      <organizationUrl>http://www.objectlab.co.uk</organizationUrl>
      <roles>
        <role>Developer</role>
      </roles>
      <timezone>+1</timezone>
    </developer>
    <developer>
      <id>davesag</id>
      <name>Dave Sag</name>
      <email>davesag at sourceforge dot net</email>
      <url>http://www.davesag.com</url>
      <organization>private</organization>
      <organizationUrl>http://www.davesag.com</organizationUrl>
      <roles>
        <role>Former Maven 2 Plugin Lead</role>
        <role>Developer</role>
      </roles>
      <timezone>+1</timezone>
    </developer>
  </developers>
  <licenses>
    <license>
      <name>GNU General Public License</name>
      <url>http://www.gnu.org/copyleft/gpl.html</url>
    </license>
  </licenses>
  <scm>
    <connection>scm:svn:https://svn.sourceforge.net/svnroot/qalab/trunk</connection>
    <developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/qalab/trunk</developerConnection>
    <url>http://svn.sourceforge.net/qalab</url>
  </scm>
  <organization>
    <name>ObjectLab Financial Ltd</name>
    <url>http://www.objectlab.co.uk</url>
  </organization>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>1.4</source>
          <target>1.4</target>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-javadoc-plugin</artifactId>
        <configuration>
          <source>1.4</source>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>cobertura-maven-plugin</artifactId>
        <executions>
          <execution>
            <goals>
              <goal>clean</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-repository-plugin</artifactId>
      <version>2.0</version>
    </dependency>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-plugin-api</artifactId>
      <version>2.0</version>
    </dependency>
    <dependency>
      <groupId>org.apache.maven.reporting</groupId>
      <artifactId>maven-reporting-impl</artifactId>
      <version>2.0</version>
    </dependency>
    <dependency>
      <groupId>net.objectlab</groupId>
      <artifactId>qalab</artifactId>
      <version>1.0</version>
    </dependency>
    <dependency>
      <groupId>xalan</groupId>
      <artifactId>xalan</artifactId>
      <version>2.7.0</version>
    </dependency>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>1.1</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <reporting>
    <plugins>
      <plugin>
        <artifactId>maven-jxr-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>changes-maven-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>changelog-maven-plugin</artifactId>
      </plugin>
      <plugin>
        <artifactId>maven-javadoc-plugin</artifactId>
        <configuration>
          <source>1.4</source>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-checkstyle-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>surefire-report-maven-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>cobertura-maven-plugin</artifactId>
        <configuration>
          <formats>
            <format>xml</format>
            <format>html</format>
          </formats>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-checkstyle-plugin</artifactId>
      </plugin>
      <plugin>
        <artifactId>maven-pmd-plugin</artifactId>
      </plugin>
      <plugin>
        <artifactId>maven-plugin-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>net.objectlab</groupId>
        <artifactId>mvn-qalab-plugin</artifactId>
        <version>2.2</version>
        <reportSets>
          <reportSet>
            <reports>
              <report>report-merge-chart</report>
              <report>report-movers-all</report>
            </reports>
          </reportSet>
        </reportSets>
      </plugin>
    </plugins>
  </reporting>
  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>
</project>