blob: e12aee0c3948b0c266c421628b8462cd6b5d13bd [file] [log] [blame]
Sam Berlinc7ae4332014-04-10 19:17:37 -04001<?xml version="1.0" encoding="UTF-8"?>
2<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">
3
4 <modelVersion>4.0.0</modelVersion>
5
6 <parent>
7 <groupId>com.google.inject.extensions</groupId>
8 <artifactId>extensions-parent</artifactId>
9 <version>4.0-SNAPSHOT</version>
10 </parent>
11
12 <artifactId>guice-testlib</artifactId>
13
14 <name>Google Guice - Extensions - TestLib</name>
15
16 <build>
17 <plugins>
18 <plugin>
19 <artifactId>maven-surefire-plugin</artifactId>
20 <configuration>
21 <excludes>
22 <exclude>**/TestScope*</exclude>
23 </excludes>
24 </configuration>
25 </plugin>
26 </plugins>
27 </build>
28</project>