Remove unused goal to allow for integ test coverage analysis

This commit is contained in:
Robert Muir 2015-09-01 20:56:23 -04:00
parent 930a5ee170
commit e5a02b1d96
1 changed files with 0 additions and 6 deletions

View File

@ -1105,12 +1105,6 @@ org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UT
<goal>report</goal>
</goals>
</execution>
<execution>
<id>default-check</id>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>