blob: 63a8b78e47b07227e41fea66b2a18c208cc4150c [file] [log] [blame]
mccullsbc7e1502010-10-21 23:36:09 +00001<?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
sberlin@gmail.com255af732010-08-01 19:49:16 +00004 <modelVersion>4.0.0</modelVersion>
mccullsbc7e1502010-10-21 23:36:09 +00005
sberlin@gmail.com255af732010-08-01 19:49:16 +00006 <parent>
7 <groupId>com.google.inject.extensions</groupId>
8 <artifactId>extensions-parent</artifactId>
Christian Edward Grubera0e73442013-07-31 18:53:09 -07009 <version>4.0-SNAPSHOT</version>
sberlin@gmail.com255af732010-08-01 19:49:16 +000010 </parent>
mccullsbc7e1502010-10-21 23:36:09 +000011
12 <artifactId>guice-throwingproviders</artifactId>
13
14 <name>Google Guice - Extensions - ThrowingProviders</name>
15
Christian Edward Gruber3236b102014-02-13 10:37:24 -080016 <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>
sberlin@gmail.com255af732010-08-01 19:49:16 +000028</project>