Making the Scalding interpreter optional as part of a new -Pscalding profile

This commit is contained in:
Sriram Krishnan 2015-12-30 22:01:27 -08:00
parent 9a7d7337ce
commit b30725f948

View file

@ -91,7 +91,6 @@
<module>markdown</module>
<module>angular</module>
<module>shell</module>
<module>scalding</module>
<module>hive</module>
<module>phoenix</module>
<module>postgresql</module>
@ -628,6 +627,13 @@
</modules>
</profile>
<profile>
<id>scalding</id>
<modules>
<module>scalding</module>
</modules>
</profile>
<profile>
<id>build-distr</id>
<activation>