blob: 49c45b4d0bc3bcf7c5da2dc1b198fa105e1e8f2f [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>
Colin Decker5a209e92015-04-28 16:18:44 -04009 <version>4.0</version>
Sam Berlinc7ae4332014-04-10 19:17:37 -040010 </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>