Add 'fast' profile

Allow to provide settings that circumvent certain steps (e.g. Checkstyle validation)
when they are not deemed necessary.
This commit is contained in:
Marius Bogoevici
2016-06-09 14:41:55 -04:00
parent 6a4280da47
commit b08214d5fe

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>