Skip to content

Commit 4f8464c

Browse files
committed
2 parents 6ade6a1 + 6e4beb0 commit 4f8464c

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

pom.xml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@
55
<artifactId>lambda-java-example</artifactId>
66
<version>0.0.1-SNAPSHOT</version>
77
<name>lambda-java-example</name>
8+
9+
<build>
10+
<plugins>
11+
<plugin>
12+
<groupId>org.codehaus.mojo</groupId>
13+
<artifactId>cobertura-maven-plugin</artifactId>
14+
<version>2.5.1</version>
15+
<configuration>
16+
<formats>
17+
<format>xml</format>
18+
</formats>
19+
</configuration>
20+
<executions>
21+
<execution>
22+
<phase>package</phase>
23+
<goals>
24+
<goal>cobertura</goal>
25+
</goals>
26+
</execution>
27+
</executions>
28+
</plugin>
29+
</plugins>
30+
</build>
31+
832
<dependencies>
933
<dependency>
1034
<groupId>com.amazonaws</groupId>
@@ -31,4 +55,4 @@
3155

3256

3357
</dependencies>
34-
</project>
58+
</project>

0 commit comments

Comments
 (0)