Skip to content

Commit

Permalink
Added jacoco plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsdelmundo committed Apr 25, 2024
1 parent 71612f6 commit 092fe38
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions attestation-aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,18 @@

<build>
<plugins>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
<executions>
<execution>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down

0 comments on commit 092fe38

Please sign in to comment.