Skip to content

Commit

Permalink
Merging pull request jharting:SEAMCRON-26
Browse files Browse the repository at this point in the history
  • Loading branch information
peteroyle committed Jun 1, 2011
2 parents 9ec98a8 + 04993db commit 2489bde
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -2,3 +2,5 @@
.project
.settings
target
coverage.ec

15 changes: 15 additions & 0 deletions pom.xml
Expand Up @@ -432,5 +432,20 @@
</dependencies>
</dependencyManagement>
</profile>
<profile>
<id>code-coverage</id>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>emma-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.sonatype.maven.plugin</groupId>
<artifactId>emma4it-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit 2489bde

Please sign in to comment.