mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix profile activation
This commit is contained in:
parent
1a0195f77f
commit
f6661c283d
2 changed files with 7 additions and 12 deletions
|
|
@ -798,12 +798,6 @@
|
|||
|
||||
<profile>
|
||||
<id>sparkr</id>
|
||||
|
||||
<!-- see exclude-sparkr profile in spark -->
|
||||
<properties>
|
||||
<sparkr.activate>y</sparkr.activate>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue