fix profile activation

This commit is contained in:
Lee moon soo 2016-03-23 13:45:53 -07:00
parent 1a0195f77f
commit f6661c283d
2 changed files with 7 additions and 12 deletions

View file

@ -798,12 +798,6 @@
<profile>
<id>sparkr</id>
<!-- see exclude-sparkr profile in spark -->
<properties>
<sparkr.activate>y</sparkr.activate>
</properties>
<build>
<plugins>
<plugin>

View file

@ -432,16 +432,17 @@
</build>
<profiles>
<!-- to deactivate 'exclude-sparkr' automatically when 'spark' is activated -->
<profile>
<id>sparkr</id>
</profile>
<profile>
<id>exclude-sparkr</id>
<!-- see sparkr profile in spark-dependencies -->
<activation>
<property>
<name>!sparkr.activate</name>
</property>
<activeByDefault>true</activeByDefault>
</activation>
<build>
<plugins>
<plugin>