Skip to content

Commit

Permalink
Added coveralls and cobertura plugins to pom
Browse files Browse the repository at this point in the history
  • Loading branch information
jewzaam committed Jan 22, 2015
1 parent 422f374 commit 24e3fe2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,22 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<target>1.7</target>
</configuration>
</plugin>
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>3.0.1</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.6</version>
<configuration>
<format>xml</format>
<maxmem>256m</maxmem>
<!-- aggregated reports for multi-module projects -->
<aggregate>true</aggregate>
</configuration>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.1</version>
Expand Down

0 comments on commit 24e3fe2

Please sign in to comment.