blob: ff5f3c820283e1fc23c90679558f74019befd34a [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">
<modelVersion>4.0.0</modelVersion>
<groupId>org.easytesting</groupId>
<artifactId>fest-swing-junit-4.5</artifactId>
<version>1.4a1-SNAPSHOT</version>
<name>FEST Swing - JUnit 4.5 Extension</name>
<description>JUnit 4.5-specific extension for FEST-Swing</description>
<inceptionYear>2009</inceptionYear>
<url>http://fest.easytesting.org/swing</url>
<parent>
<groupId>org.easytesting</groupId>
<artifactId>fest</artifactId>
<version>1.0.1</version>
</parent>
<mailingLists>
<mailingList>
<name>Easy Testing Group</name>
<post>http://groups.google.com/group/easytesting</post>
<subscribe>http://groups.google.com/group/easytesting</subscribe>
<unsubscribe>http://groups.google.com/group/easytesting</unsubscribe>
</mailingList>
</mailingLists>
<scm>
<developerConnection>scm:git:git@github.com:alexruiz/fest-swing-1.x.git</developerConnection>
<connection>scm:git:git://github.com/alexruiz/fest-swing-1.x.git</connection>
<url>https://github.com/alexruiz/fest-swing-1.x</url>
</scm>
<issueManagement>
<system>Google Code</system>
<url>http://code.google.com/p/fest/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-swing</artifactId>
<version>1.4a1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-swing-junit</artifactId>
<version>1.4a1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-mocks</artifactId>
<version>1.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.7</version>
<configuration>
<aggregate>true</aggregate>
<minmemory>128m</minmemory>
<maxmemory>512m</maxmemory>
<breakiterator>true</breakiterator>
<quiet>true</quiet>
<source>1.5</source>
<verbose>false</verbose>
<linksource>true</linksource>
<links>
<link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
<link>http://testng.org/javadocs</link>
<link>http://www.junit.org/junit/javadoc/4.5</link>
<link>http://fest.easytesting.org/swing/apidocs/</link>
</links>
</configuration>
<reportSets>
<reportSet>
<reports>
<report>javadoc</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>
</project>