Merge pull request #36 from mbogoevici/fast-profile

Add 'fast' profile
This commit is contained in:
Spencer Gibb
2016-06-09 13:06:25 -06:00

View File

@@ -839,5 +839,11 @@ limitations under the License.
</plugins>
</build>
</profile>
<profile>
<id>fast</id>
<properties>
<checkstyle.skip>true</checkstyle.skip>
</properties>
</profile>
</profiles>
</project>